edu.washington.biostr.sig.brainj3d.remoteutil
Class CSMatrixObserver<E>
java.lang.Object
edu.washington.biostr.sig.brainj3d.remoteutil.CSListObserver<E[]>
edu.washington.biostr.sig.brainj3d.remoteutil.CSMatrixObserver<E>
- All Implemented Interfaces:
- ListObserver<E[]>, MatrixObserver<E>
public class CSMatrixObserver<E>
- extends CSListObserver<E[]>
- implements MatrixObserver<E>
|
Method Summary |
void |
wasSet(long id,
int row,
int column,
E newdata,
E olddata)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSMatrixObserver
public CSMatrixObserver(CSDispatcher dispatch)
wasSet
public void wasSet(long id,
int row,
int column,
E newdata,
E olddata)
- Specified by:
wasSet in interface MatrixObserver<E>
Copyright © 2006 University of Washington. All Rights Reserved.