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

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

public class ApplicationRegisteredHandler
extends EventHandler
implements IEventHandler

Author:
Oliver

Field Summary
 
Fields inherited from class org.almendra.janet.cas.node.gui.EventHandler
controller
 
Constructor Summary
protected ApplicationRegisteredHandler()
          Creates a new ApplicationRegisteredHandler object.
  ApplicationRegisteredHandler(NodeViewController controller)
           
 
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
 

Constructor Detail

ApplicationRegisteredHandler

protected ApplicationRegisteredHandler()
Creates a new ApplicationRegisteredHandler object.


ApplicationRegisteredHandler

public ApplicationRegisteredHandler(NodeViewController controller)
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