org.almendra.janet.ade.executor.handlers
Class NodeAboutToShutdownHandler

java.lang.Object
  extended by org.almendra.janet.ade.executor.AnchorHolder
      extended by org.almendra.janet.ade.executor.handlers.NodeAboutToShutdownHandler
All Implemented Interfaces:
IEventHandler

public class NodeAboutToShutdownHandler
extends AnchorHolder
implements IEventHandler


Field Summary
 
Fields inherited from class org.almendra.janet.ade.executor.AnchorHolder
anchor
 
Constructor Summary
protected NodeAboutToShutdownHandler()
          Creates a new NodeAboutToShutdownHandler object.
  NodeAboutToShutdownHandler(ExecutorAnchor anchor)
          Creates a new NodeAboutToShutdownHandler object.
 
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 org.almendra.janet.ade.executor.AnchorHolder
getAnchor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAboutToShutdownHandler

protected NodeAboutToShutdownHandler()
Creates a new NodeAboutToShutdownHandler object.


NodeAboutToShutdownHandler

public NodeAboutToShutdownHandler(ExecutorAnchor anchor)
Creates a new NodeAboutToShutdownHandler object.

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