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

Constructor Summary
ScriptAncestorHandler()
           
 
Method Summary
 void ancestorAdded(javax.swing.event.AncestorEvent event)
           
 void ancestorMoved(javax.swing.event.AncestorEvent event)
           
 void ancestorRemoved(javax.swing.event.AncestorEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptAncestorHandler

public ScriptAncestorHandler()
Method Detail

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