ServiceGroupListenerpublic interface ServiceGroupListener Listener interface to register for ServiceGroup
events. |
Methods Summary |
---|
public void | afterStart(java.lang.String s)Generates an event indicating that the
ServiceGroup is started.
| public void | beforeStart(java.lang.String s)Generates an event indicating that the
ServiceGroup is starting.
|
|