org.almendra.janet.ade.distributor.handlers
Class NodeDeregisterHandler

java.lang.Object
  extended by org.almendra.janet.ade.distributor.handlers.NodeDeregisterHandler
All Implemented Interfaces:
IEventHandler

public class NodeDeregisterHandler
extends java.lang.Object
implements IEventHandler

Author:
Oliver Plohmann

Field Summary
protected  DistributorAnchor anchor
           
 
Constructor Summary
protected NodeDeregisterHandler()
           
  NodeDeregisterHandler(DistributorAnchor anchor)
           
 
Method Summary
 void occured(Event event)
          Any object that wants to be notified about the occurrence of an event must implement this callback method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anchor

protected DistributorAnchor anchor
Constructor Detail

NodeDeregisterHandler

protected NodeDeregisterHandler()

NodeDeregisterHandler

public NodeDeregisterHandler(DistributorAnchor anchor)
Method Detail

occured

public void occured(Event event)
Description copied from interface: IEventHandler
Any object that wants to be notified about the occurrence of an event must implement this callback method.

Specified by:
occured in interface IEventHandler