com.celequest.api.agent
Interface IEventAgent
- All Superinterfaces:
- IAgent
- public interface IEventAgent
- extends IAgent
IEventAgent is implemented by an event-driven agent. The
Celequest agent registers its listener using
IEventCallback and the agent calls the
onMessage method on it when it receives data.
|
Method Summary |
void |
registerListener(IEventCallback callback)
registerListener is called by the Celequest agent to
register a listener to handle data published by the the source. |
registerListener
public void registerListener(IEventCallback callback)
registerListener is called by the Celequest agent to
register a listener to handle data published by the the source.
- Parameters:
callback - an IEventCallback - the
onMessage method on the interface is called by the
source when it has new data to be sent to the server.
Copyright © 2004-2007 Adobe Systems Incorporated. All rights reserved.
Copyright © 2002-2007 Celequest Corp. All Rights Reserved.
