T - the generic typepublic class UpdatePrinter<T> extends java.lang.Object implements UpdateListener<T>
| Constructor and Description |
|---|
UpdatePrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
eventOccurred(UpdateEvent<T> e)
This method is called every time an update occurs
|
public void eventOccurred(UpdateEvent<T> e)
eventOccurred in interface UpdateListener<T>e - the update event observed by the listener