com.samskivert.util.tests
Class ObserverListTest.TestObserver

java.lang.Object
  extended by com.samskivert.util.tests.ObserverListTest.TestObserver
Enclosing class:
ObserverListTest

protected static class ObserverListTest.TestObserver
extends Object


Field Summary
protected  int _index
           
 
Constructor Summary
ObserverListTest.TestObserver(int index)
           
 
Method Summary
 void foozle()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_index

protected int _index
Constructor Detail

ObserverListTest.TestObserver

public ObserverListTest.TestObserver(int index)
Method Detail

foozle

public void foozle()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.