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