|
Interface Summary |
| EventBus |
Part of the SmartFlow event infrastructure used to provide simple
synchronization between components Defines the extension API for EventPrim
and EventCompounds, providing the hooks for a component to send and receive
events. |
| EventRegistration |
Part of the SmartFlow event infrastructure used to provide simple
synchronization between components The EventRegistration interface defines
the methods used for registring an EventSink with another SmartFlow
component. |
| EventSink |
Part of the SmartFlow event infrastructure used to provide simple
synchronization between components The EventSink interface defines the
method used for passing an event. |