ABLE, Version 1.1b

com.ibm.able
Interface AbleEventListener

All Known Subinterfaces:
AbleAgent, AbleBean, FipaAccAgent, FipaAgent, FipaAmsAgent, FipaDfAgent
All Known Implementing Classes:
AbleDataSetPanel, AbleNetworkGraphicView, AbleInspector, SimpleAbleApp, PlatformAgentProxyEventHandler

public abstract interface AbleEventListener
extends java.rmi.Remote

This interface provides methods for handling AbleEvents.

A default implementation of these methods can be found in the AbleObject class.

Version:
$Revision: 1.2 $, $Date: 2000/01/24 14:52:09 $
See Also:
AbleObject

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

Method Detail

handleAbleEvent

public void handleAbleEvent(AbleEvent theAbleEvent)
                     throws java.rmi.RemoteException
Handle an Able event.

This method should be called by all Able event source objects in order to hand off an event to the object implementing this interface. 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.


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'