org.almendra.janet.cas.handlers
Class NodeStartedEventHandler

java.lang.Object
  extended by org.almendra.janet.cas.handlers.NodeStartedEventHandler
All Implemented Interfaces:
IEventHandler

public class NodeStartedEventHandler
extends java.lang.Object
implements IEventHandler

Author:
Oliver

Field Summary
protected  Node node
           
 
Constructor Summary
NodeStartedEventHandler(Node node)
           
 
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

node

protected Node node
Constructor Detail

NodeStartedEventHandler

public NodeStartedEventHandler(Node node)
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