All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.reference.agent.services.EventHandlerIf

public interface EventHandlerIf
extends Serializable
This interface defines an EventHandler. The purpose of an event handler is to filter and process events emitted by managed objects.


Method Index

 o handleEvent(EventObject, ObjectName)
Processes an EventObject emitted by a managed object.

Methods

 o handleEvent
 public abstract void handleEvent(EventObject event,
                                  ObjectName name) throws CommunicationException
Processes an EventObject emitted by a managed object.

Parameters:
event - The emitted EventObject.
name - The object name of the event source.
Throws: CommunicationException
Communications problem.

All Packages  Class Hierarchy  This Package  Previous  Next  Index