| ? | ?? |
|---|---|
| Event<T> |
An Event that will send by the DataFX Event System.
|
| EventSystem |
The DataFX Event System.
|
| EventSystemFlowPlugin |
A Plugin for the
Flow API that adds support for the following annotations:
EventProducer
EventTrigger
OnEvent
This class should not be used by a developer. |
| ???? | ?? |
|---|---|
| EventProducer |
Annotation to define a event producer.
|
| EventTrigger |
A annotation that can used to define a UI component that should trigger a event transmission.
|
| OnEvent |
This annotation can be used to define event receivers.
|