UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.gesture.util
Class CollectionAdapter

java.lang.Object
  |
  +--edu.berkeley.guir.lib.gesture.util.CollectionAdapter
All Implemented Interfaces:
CollectionListener, EventListener
Direct Known Subclasses:
AbstractGestureContainer.MyCollectionListener, GestureGroup.MyCollectionListener

public class CollectionAdapter
extends Object
implements CollectionListener


Constructor Summary
CollectionAdapter()
           
 
Method Summary
 void elementAdded(CollectionEvent e)
           
 void elementChanged(CollectionEvent e)
           
 void elementRemoved(CollectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionAdapter

public CollectionAdapter()
Method Detail

elementAdded

public void elementAdded(CollectionEvent e)
Specified by:
elementAdded in interface CollectionListener

elementRemoved

public void elementRemoved(CollectionEvent e)
Specified by:
elementRemoved in interface CollectionListener

elementChanged

public void elementChanged(CollectionEvent e)
Specified by:
elementChanged in interface CollectionListener

Copyright Information