Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IWantEditorUpdates Interface Reference

Implement this interface in your task if you want the method editor to notify it of changed properties. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IWantEditorUpdates:

Public Member Functions

void PropertyEdited (string propName, object propValue)
 This will be called as soon as a property was changed in the method editor. More...
 

Detailed Description

Implement this interface in your task if you want the method editor to notify it of changed properties.

Please keep in mind that the new value may be an arbitrary string, perhaps containing TOKENS%. For the reverse, just use INotifyPropertyChanged. This interface is not in the MethodEditor namespace for historical reasons.

Definition at line 513 of file TaskInterfaces.cs.

Member Function Documentation

◆ PropertyEdited()

void AxelSemrau.Chronos.Plugin.IWantEditorUpdates.PropertyEdited ( string  propName,
object  propValue 
)

This will be called as soon as a property was changed in the method editor.

Parameters
propName
propValue

Implemented in MockPlugin.Tasks.BrewFrappuccino, MockPlugin.Tasks.MockDynamicPropsDependingOnDevice, and MockPlugin.Tasks.MockDynamicPropsDependingOnDevice.


The documentation for this interface was generated from the following file: