public interface RuntimeAdvisoryListener
Title: Service Event Fabric Runtime
Description: Defines a listener that can be registered with the Runtime Context
allowing other classes to subscribe to advisories that may be published by the context
(see RuntimeAdvisory
).
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getListenerName()
Returns the name of the listener.
|
void |
onEvent(AdvisoryEventDatagram event)
This method is called by the
RuntimeContext dispatcher when a AdvisoryEventDatagram is received. |
java.lang.String getListenerName()
void onEvent(AdvisoryEventDatagram event)
RuntimeContext
dispatcher when a AdvisoryEventDatagram
is received.event
- the event to be processed.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.