ABLE 2.0.0 07/02/2003 10:25:01

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.


Method Summary
 void handleAbleEvent(AbleEvent theAbleEvent)
          Handles an Able event.
 

Method Detail

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.

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003