public class InterNodeCommunicationServiceInitializedEvent extends ApplicationEvent
InterNodeCommunicationService
has been
initialized completely and is ready for operation. Listeners can register for
this event by implementing the ApplicationListener
interface or using
the EventListener
annotation.source
Constructor and Description |
---|
InterNodeCommunicationServiceInitializedEvent(InterNodeCommunicationService source)
Creates an event emitted by the specified source.
|
Modifier and Type | Method and Description |
---|---|
InterNodeCommunicationService |
getSource() |
getTimestamp
toString
public InterNodeCommunicationServiceInitializedEvent(InterNodeCommunicationService source)
InterNodeCommunicationService
.source
- the inter-node communication service that is sending the
event.public InterNodeCommunicationService getSource()
getSource
in class EventObject
Copyright © 2011–2017 aquenos GmbH. All rights reserved.