Package | Description |
---|---|
ex2 |
Class and Description |
---|
EventType |
ListEvent
Abstract class for list related events.
|
ListObserver
Interface for objects that monitor lists' changes.
|
MyArrayList
An observable subclass of
ArrayList , which
notifies other objects (ListObserver) when it is modified. |
Observable
Interface for objects that need to be observed (monitored).
|