|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EZBContainerLifeCycleCallback
This interface should be implemented by users which want to be notified at some lifecycle step of the container.
Method Summary | |
---|---|
void |
start(EZBContainerCallbackInfo info)
Called when container is starting. |
void |
stop(EZBContainerCallbackInfo info)
Called when container is stopping. |
Method Detail |
---|
void start(EZBContainerCallbackInfo info)
info
- some information on the container which is starting.void stop(EZBContainerCallbackInfo info)
info
- some information on the container which is stopping.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |