fr.inria.ketuk.scriptEventHandler
Class ScriptAncestorHandler
java.lang.Object
|
+--fr.inria.ketuk.scriptEventHandler.ScriptAncestorHandler
- All Implemented Interfaces:
- javax.swing.event.AncestorListener, java.util.EventListener
- public class ScriptAncestorHandler
- extends java.lang.Object
- implements javax.swing.event.AncestorListener
A listener class which handle ancestor events
- Author:
- Claude Pasquier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptAncestorHandler
public ScriptAncestorHandler()
ancestorAdded
public void ancestorAdded(javax.swing.event.AncestorEvent event)
- Specified by:
ancestorAdded
in interface javax.swing.event.AncestorListener
ancestorMoved
public void ancestorMoved(javax.swing.event.AncestorEvent event)
- Specified by:
ancestorMoved
in interface javax.swing.event.AncestorListener
ancestorRemoved
public void ancestorRemoved(javax.swing.event.AncestorEvent event)
- Specified by:
ancestorRemoved
in interface javax.swing.event.AncestorListener