zeus.actors.event
Class NodeAdapter

java.lang.Object
  extended byzeus.actors.event.NodeAdapter
All Implemented Interfaces:
NodeMonitor

public class NodeAdapter
extends java.lang.Object
implements NodeMonitor


Constructor Summary
NodeAdapter()
           
 
Method Summary
 void nodeCreatedEvent(NodeEvent event)
           
 void nodeDisposedEvent(NodeEvent event)
           
 void nodeStateChangedEvent(NodeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAdapter

public NodeAdapter()
Method Detail

nodeCreatedEvent

public void nodeCreatedEvent(NodeEvent event)
Specified by:
nodeCreatedEvent in interface NodeMonitor

nodeDisposedEvent

public void nodeDisposedEvent(NodeEvent event)
Specified by:
nodeDisposedEvent in interface NodeMonitor

nodeStateChangedEvent

public void nodeStateChangedEvent(NodeEvent event)
Specified by:
nodeStateChangedEvent in interface NodeMonitor


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.