com.ibm.able
Interface AbleRemoteEventListener
- All Superinterfaces:
- java.rmi.Remote
- All Known Subinterfaces:
- AblePlatformAgent, AbleRemoteAgent, AbleRemoteBean, AbleRemoteDataSink, AbleRemoteDataSource, AutotuneAgentIf, JasKnnDistributedAgentIF, JasNaiveBayesDistributedAgentIF
- public interface AbleRemoteEventListener
- extends java.rmi.Remote
The AbleRemoteEventListener interface provides methods for handling
AbleEvents remotely.
A default implementation of these methods can be found in the
AbleObject class.
handleAbleEvent
public void handleAbleEvent(AbleEvent theAbleEvent)
throws java.rmi.RemoteException
- Handles an Able event.
Most implementations will check to see if the event
should be processed synchronously (on the same thread as the
caller) or asynchronously (on a separate thread).
- Parameters:
theAbleEvent
- The event to handle.- Throws:
java.rmi.RemoteException
- If an error occurs.
(C) Copyright IBM Corporation 1999, 2003