org.almendra.janet.ade.demo.fibonacci
Class ForeignApplicationRegisteredHandler

java.lang.Object
  extended by org.almendra.janet.ade.demo.fibonacci.ViewControllerHolder
      extended by org.almendra.janet.ade.demo.fibonacci.ForeignApplicationRegisteredHandler
All Implemented Interfaces:
IEventHandler

public class ForeignApplicationRegisteredHandler
extends ViewControllerHolder
implements IEventHandler

Author:
Oliver Plohmann

Field Summary
 
Fields inherited from class org.almendra.janet.ade.demo.fibonacci.ViewControllerHolder
controller
 
Constructor Summary
ForeignApplicationRegisteredHandler()
          Creates a new ForeignApplicationRegisteredHandler object.
ForeignApplicationRegisteredHandler(FibonacciDemoViewController controller)
          Creates a new ForeignApplicationRegisteredHandler 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.demo.fibonacci.ViewControllerHolder
getController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignApplicationRegisteredHandler

public ForeignApplicationRegisteredHandler()
Creates a new ForeignApplicationRegisteredHandler object.


ForeignApplicationRegisteredHandler

public ForeignApplicationRegisteredHandler(FibonacciDemoViewController controller)
Creates a new ForeignApplicationRegisteredHandler 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