public class UpdateEvent extends EventObject
EventSource class. The class is intended
to be further extended by named derivatives to allow for context-based event filters.for details,
Serialized Formsource| Constructor and Description |
|---|
UpdateEvent(EventSource source)
generates new update event
|
UpdateEvent(EventSource source,
String msg)
generates new update event
|
UpdateEvent(EventSource source,
String msg,
Object payload)
generates new update event
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Object |
getPayLoad() |
getSource, toStringpublic UpdateEvent(EventSource source)
source - the class issuing the eventpublic UpdateEvent(EventSource source, String msg)
source - the class issuing the eventmsg - a customised message to be passed along (e.g. for debugging)public UpdateEvent(EventSource source, String msg, Object payload)
source - the class issuing the eventmsg - a customised message to be passed along (e.g. for debugging)payload - a customised user pay-load to be passed to the listenerCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.