Class Summary |
Change |
Encapsulation of change information sent out by observable classes using the
method notifyObservers(change) of the class
java.util.Observable . |
Change_ObservableGone |
This change information may be sent out by an observable object when it wants
its Observers to dispose their reference to it. |
Debug |
This class provides methods for debugging output. |
ExtObservable |
An extension of the native Java Observable class that
addresses the need for explicit disposure arising from the circular
references inherent to the observer pattern (observer knows observable and
vice versa). |
Filter_Duplicates |
A sample filter for use with FilterIterator . |
FilterIterator |
|
Pair<E,F> |
|
RedirectSystemOut |
|
XMLHelper |
|