T - the generic element's typepublic interface UpdateListener<T> extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
eventOccurred(UpdateEvent<T> e)
UpdateListener is informed as soon as an update occurs
|
void eventOccurred(UpdateEvent<T> e)
e - the update event observed by the listenerCopyright © 2018. All rights reserved.