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

com.ibm.able
Interface AbleEventListener

All Known Subinterfaces:
AbleAgent, AbleBean, AbleDataSink, AbleDataSource
All Known Implementing Classes:
TestAutotuneAdaptorCustomizer, AbleNetworkGraphicView, AbleTraceTextView, AbleClusterDiagramView, AbleDataSetPanel, AbleInspector, SimpleAbleApp, AbleVariableTextView

public interface AbleEventListener

The AbleEventListener interface provides methods for handling AbleEvents.


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

Method Detail

handleAbleEvent

public void handleAbleEvent(AbleEvent theAbleEvent)
                     throws AbleException
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:
AbleException - If an error occurs.

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

(C) Copyright IBM Corporation 1999, 2003