com.sun.jaw.impl.adaptor.generic
Interface AdaptorListener


public abstract interface AdaptorListener
extends java.util.EventListener

This interface defines an event listener for adaptors. The purpose of an adaptor event listener is to receive adaptor state change events. An adaptor state change event is an event emitted by an adaptor server when the state of the adaptor has changed.

See Also:
AdaptorServer, AdaptorStateChangeEvent

Method Summary
 void handleAdaptorStateChange(AdaptorStateChangeEvent theEvent)
          Processes a state change emitted by a adaptor server.
 

Method Detail

handleAdaptorStateChange

public void handleAdaptorStateChange(AdaptorStateChangeEvent theEvent)
Processes a state change emitted by a adaptor server.
Parameters:
theEvent - The adaptor state change event to be processed.