public interface EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handle(UpdateEvent event)
This method needs to be provided by an implementation of
UpdateListener. |
void handle(UpdateEvent event)
UpdateListener. It is called if an
EventSource has been modified/updated.
In general is is considered bad practice to modify the observed value in this method.
event - The UpdateEvent issued by the modified UpdateSourceCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.