A B C D E F G H I K L M O P Q R S T U W X

O

OutputEvents - interface com.eventgnosis.system.OutputEvents.
Interface for leaf nodes that are at the edge of the system and output events to external entities.
If a SystemObject implements this interface, then it outputs events.
outputEvent(Event) - Method in interface com.eventgnosis.system.OutputEvents
This method must be implemented for each destination system object according to the unique behavior of each output protocol to witch we are interfacing.
Special care must be observed due to the (a)synchronous nature of output protocol vis-a-vis threading/buffering/delay issues.

A B C D E F G H I K L M O P Q R S T U W X