com.eventgnosis.system
Interface InputEvents

All Known Implementing Classes:
EventSourceListenerBase

public interface InputEvents

Interface to implement leaf system object that gets events from outside the system.
If a SystemObject implements this interface, then it inputs events from outside the system.


Method Summary
 Event getNextEvent()
          This method must be implemented for each source system object according to the unique behavior of each input protocol.
Special care must be observed due to the (a)synchronous nature of input protocol vis-a-vis threading/buffering/delay issues.
 

Method Detail

getNextEvent

public Event getNextEvent()
This method must be implemented for each source system object according to the unique behavior of each input protocol.
Special care must be observed due to the (a)synchronous nature of input protocol vis-a-vis threading/buffering/delay issues.