edu.washington.biostr.sig.brainj3d.remoteutil
Class CSCollectionObserver
java.lang.Object
edu.washington.biostr.sig.brainj3d.remoteutil.CSCollectionObserver
- All Implemented Interfaces:
- CollectionObserver<Object>
public class CSCollectionObserver
- extends Object
- implements CollectionObserver<Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSCollectionObserver
public CSCollectionObserver(CSDispatcher dispatch)
wasAdded
public void wasAdded(long source,
Object o)
- Specified by:
wasAdded in interface CollectionObserver<Object>
wasRemoved
public void wasRemoved(long source,
Object o)
- Specified by:
wasRemoved in interface CollectionObserver<Object>
wasCleared
public void wasCleared(long source,
int size)
- Specified by:
wasCleared in interface CollectionObserver<Object>
Copyright © 2006 University of Washington. All Rights Reserved.