ciagent
Interface CIAgentEventListener

All Known Implementing Classes:
CIAgent, MarketplaceFrame, AirfareAgentCustomizer, PAManagerFrame, InfoFilterFrame, NewsReaderAgentCustomizer

public abstract interface CIAgentEventListener
extends java.util.EventListener

The CIAgentEventListener defines the interface for the event listener.


Method Summary
 void postCIAgentEvent(CIAgentEvent e)
          Adds the event to the asynchronous event queue.
 void processCIAgentEvent(CIAgentEvent e)
          Processes the event.
 

Method Detail

processCIAgentEvent

public void processCIAgentEvent(CIAgentEvent e)
Processes the event.
Parameters:
e - the CIAgentEvent to be processed

postCIAgentEvent

public void postCIAgentEvent(CIAgentEvent e)
Adds the event to the asynchronous event queue.
Parameters:
e - the event to be added to the event queue