com.celequest.api.agent
Interface IEventCallback
- public interface IEventCallback
The interface IEventCallback is implemented by the
Celequest agent to receive data from an IEventAgent agent.
|
Method Summary |
void |
onMessage(String[] data)
onMessage is called by the source when it receives
new data; for example, from a publish-subscribe messaging
system. |
onMessage
public void onMessage(String[] data)
throws Throwable
onMessage is called by the source when it receives
new data; for example, from a publish-subscribe messaging
system. The String array consists of extracted data.
- Parameters:
data - a String[] - the extracted data.
- Throws:
Throwable - if an error occurs
Copyright © 2004-2007 Adobe Systems Incorporated. All rights reserved.
Copyright © 2002-2007 Celequest Corp. All Rights Reserved.
