public class RemovedDataEvent extends UpdatedDataEvent
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 |
|---|
RemovedDataEvent(EventSource source)
generates new update event
|
RemovedDataEvent(EventSource source,
String msg)
generates new update event
|
RemovedDataEvent(EventSource source,
String msg,
Object payload)
generates new update event
|
getMessage, getPayLoadgetSource, toStringpublic RemovedDataEvent(EventSource source)
source - the class issuing the eventpublic RemovedDataEvent(EventSource source, String msg)
source - the class issuing the eventmsg - a customised message to be passed along (e.g. for debugging)public RemovedDataEvent(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.