JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.util
Class AncestorAdapter

java.lang.Object
  extended by edu.bsu.cs.jive.util.AncestorAdapter
All Implemented Interfaces:
EventListener, AncestorListener

public class AncestorAdapter
extends Object
implements AncestorListener

Swing-style adapter class for the AncestorListener interface.


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

Constructor Detail

AncestorAdapter

public AncestorAdapter()
Method Detail

ancestorAdded

public void ancestorAdded(AncestorEvent event)
Specified by:
ancestorAdded in interface AncestorListener

ancestorMoved

public void ancestorMoved(AncestorEvent event)
Specified by:
ancestorMoved in interface AncestorListener

ancestorRemoved

public void ancestorRemoved(AncestorEvent event)
Specified by:
ancestorRemoved in interface AncestorListener

JIVE Platform
Release 0.3.1