E - an EventObjectpublic interface BackendListener<E extends BackendUpdatedEvent> extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
backendUpdated(E evt)
Notifies a listener when it needs to reread data in the backend.
|
void |
unrecoverableErrorOccurred(UnrecoverableBackendErrorEvent e)
Some unrecoverable error occurred while using a backend module, like a
connection to a server was lost.
|
void backendUpdated(E evt)
evt - an EventObjectvoid unrecoverableErrorOccurred(UnrecoverableBackendErrorEvent e)
e - a UnrecoverableBackendErrorEvent.Copyright © 2012–2018 Emory University. All rights reserved.