Tivoli Confidential

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

Field Summary
static String COPYRIGHT
           
 
Method Summary
 boolean onMessage(String events)
          This method is invoked to notify that there is an available event/set of events to be processed.
 

Field Detail

COPYRIGHT

public static final String COPYRIGHT
Method Detail

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.

Tivoli Confidential