Package | Description |
---|---|
ex2 |
Modifier and Type | Method and Description |
---|---|
void |
Test.PrintObserver.notifyEvent(ListEvent e) |
void |
Test.DurationObserver.notifyEvent(ListEvent e) |
void |
ListObserver.notifyEvent(ListEvent e)
Receives a notification of an event.
|
protected void |
MyArrayList.notifyObservers(ListEvent e)
Notifies all the ListObserver objects registered by this list.
|
Constructor and Description |
---|
Test.DurationObserver(ArrayList<ListEvent> events,
int threshold) |