public interface SREListener extends EventListener
This observer will be notified depending on the the implementation of the SRE.
Modifier and Type | Method and Description |
---|---|
void |
sreStarted(sre : SREBootstrap)
Invoked when the SRE is started.
|
void |
sreStopped(sre : SREBootstrap)
Invoked when the SRE is stopped.
|
def
sreStarted(sre : SREBootstrap) : void
SREListener
sre
- the started SRE.def
sreStopped(sre : SREBootstrap) : void
SREListener
sre
- the stopped SRE.Copyright © 2021 the original authors or authors.