|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.cas.demo.fibonacci.NodeAboutToShutdownHandler
public class NodeAboutToShutdownHandler
Field Summary | |
---|---|
protected JTextPaneHolder |
textPaneHolder
|
protected FibonacciDemoViewController |
viewController
|
Constructor Summary | |
---|---|
protected |
NodeAboutToShutdownHandler()
Creates a new NodeAboutToShutdownHandler object. |
|
NodeAboutToShutdownHandler(FibonacciDemoViewController viewController,
JTextPaneHolder textPaneHolder)
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FibonacciDemoViewController viewController
protected JTextPaneHolder textPaneHolder
Constructor Detail |
---|
protected NodeAboutToShutdownHandler()
NodeAboutToShutdownHandler
object.
public NodeAboutToShutdownHandler(FibonacciDemoViewController viewController, JTextPaneHolder textPaneHolder)
NodeAboutToShutdownHandler
object.
Method Detail |
---|
public void occured(Event event)
IEventHandler
occured
in interface IEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |