org.almendra.janet.cas.node.gui
Class NodeShutdownHandler

java.lang.Object
  extended by org.almendra.janet.cas.node.gui.EventHandler
      extended by org.almendra.janet.cas.node.gui.NodeShutdownHandler
All Implemented Interfaces:
IEventHandler

public class NodeShutdownHandler
extends EventHandler
implements IEventHandler

Author:
Oliver

Field Summary
protected  NodeViewController controller
           
protected  ILogListener logListener
           
 
Constructor Summary
NodeShutdownHandler()
          Creates a new NodeShutdownHandler object.
NodeShutdownHandler(NodeViewController controller, ILogListener logListener)
          Creates a new NodeShutdownHandler 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller

protected NodeViewController controller

logListener

protected ILogListener logListener
Constructor Detail

NodeShutdownHandler

public NodeShutdownHandler()
Creates a new NodeShutdownHandler object.


NodeShutdownHandler

public NodeShutdownHandler(NodeViewController controller,
                           ILogListener logListener)
Creates a new NodeShutdownHandler 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