|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentStateListener
This interface can be used to register a component state listener. Component state listeners are called whenever a component state changes. You get notified when the component is starting, started, stopping and stopped. Each callback includes a reference to the component in question.
Method Summary | |
---|---|
void |
started(Component component)
Called when the component is started. |
void |
starting(Component component)
Called when the component is starting. |
void |
stopped(Component component)
Called when the component is stopped. |
void |
stopping(Component component)
Called when the component is stopping. |
Method Detail |
---|
void starting(Component component)
component
- the componentvoid started(Component component)
component
- the componentvoid stopping(Component component)
component
- the componentvoid stopped(Component component)
component
- the component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |