edu.washington.biostr.sig.brainj3d.remoteutil
Class CSListObserver<E>
java.lang.Object
edu.washington.biostr.sig.brainj3d.remoteutil.CSListObserver<E>
- All Implemented Interfaces:
- ListObserver<E>
- Direct Known Subclasses:
- CSMatrixObserver
public class CSListObserver<E>
- extends Object
- implements ListObserver<E>
|
Method Summary |
void |
wasAdded(long source,
int i,
E o)
|
void |
wasCleared(long source,
int size)
|
void |
wasRemoved(long source,
int i,
E value)
|
void |
wasSet(long source,
int i,
E newValue,
E oldValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSListObserver
public CSListObserver(CSDispatcher dispatch)
wasRemoved
public void wasRemoved(long source,
int i,
E value)
- Specified by:
wasRemoved in interface ListObserver<E>
wasAdded
public void wasAdded(long source,
int i,
E o)
- Specified by:
wasAdded in interface ListObserver<E>
wasSet
public void wasSet(long source,
int i,
E newValue,
E oldValue)
- Specified by:
wasSet in interface ListObserver<E>
wasCleared
public void wasCleared(long source,
int size)
- Specified by:
wasCleared in interface ListObserver<E>
Copyright © 2006 University of Washington. All Rights Reserved.