com.tivoli.tec.event_delivery
Interface IEventProcessing
- public interface IEventProcessing
This interface defines the methods that needs to be implemented by an
application that wants to process the events that are delivered
asynchrously by the Receiver Enhanced EIF API.
- Since:
- TEC 3.8
- Version:
- 1.4 10/21/02
- Author:
- Andrea Chiavegatto, Joe Kerr
Method Summary |
boolean |
onMessage(String events)
This method is invoked to notify that there is an available event/set
of events to be processed. |
COPYRIGHT
public static final String COPYRIGHT
onMessage
public boolean onMessage(String events)
- This method is invoked to notify that there is an available event/set
of events to be processed.
- Parameters:
events
- event(s) that need to be processed.