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

edu.berkeley.guir.lib.gesture
Class Classifier.MyCollectionListener

java.lang.Object
  |
  +--edu.berkeley.guir.lib.gesture.Classifier.MyCollectionListener
All Implemented Interfaces:
CollectionListener, EventListener
Enclosing class:
Classifier

protected class Classifier.MyCollectionListener
extends Object
implements CollectionListener


Constructor Summary
protected Classifier.MyCollectionListener()
           
 
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

Classifier.MyCollectionListener

protected Classifier.MyCollectionListener()
Method Detail

elementChanged

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

elementAdded

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

elementRemoved

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

Copyright Information