Kanzi  3.9.2
Java API
OnPropertyChangedTriggerMetadata Interface Reference

Metadata definitions for OnPropertyChangedTrigger. More...

Inheritance diagram for OnPropertyChangedTriggerMetadata:
[legend]

Public Attributes

DynamicPropertyType< Boolean > IgnoreIdenticalValueProperty
 Invoke the trigger only on change in the monitored property's value. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.OnPropertyChangedTrigger")
 Metaclass for OnPropertyChangedTrigger.
 
DynamicPropertyType< String > SourceNodeProperty
 The node for which this trigger monitors property changes. More...
 
DynamicPropertyType< String > SourcePropertyTypeProperty
 The property type the changes of which trigger this trigger. More...
 

Detailed Description

Member Data Documentation

◆ IgnoreIdenticalValueProperty

DynamicPropertyType<Boolean> IgnoreIdenticalValueProperty
Initial value:
=
new DynamicPropertyType<>("OnPropertyChangedTrigger.IgnoreIdenticalValue", Boolean.class)

Invoke the trigger only on change in the monitored property's value.

◆ SourceNodeProperty

DynamicPropertyType<String> SourceNodeProperty
Initial value:
=
new DynamicPropertyType<>("OnPropertyChangedTrigger.SourceNode", String.class)

The node for which this trigger monitors property changes.

◆ SourcePropertyTypeProperty

DynamicPropertyType<String> SourcePropertyTypeProperty
Initial value:
=
new DynamicPropertyType<>("OnPropertyChangedTrigger.SourcePropertyType", String.class)

The property type the changes of which trigger this trigger.