|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleListener | |
|---|---|
| com.cafesoft.core.lifecycle | Support for objects that are started, stopped, etc. |
| com.cafesoft.core.service | Services API support. |
| Uses of LifecycleListener in com.cafesoft.core.lifecycle |
|---|
| Methods in com.cafesoft.core.lifecycle with parameters of type LifecycleListener | |
|---|---|
void |
Lifecycle.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component. |
void |
LifecycleBase.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component. |
void |
Lifecycle.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component. |
void |
LifecycleBase.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component. |
| Uses of LifecycleListener in com.cafesoft.core.service |
|---|
| Methods in com.cafesoft.core.service with parameters of type LifecycleListener | |
|---|---|
void |
AbstractLifecycleService.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component. |
void |
StandardServiceManager.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component. |
void |
AbstractLifecycleService.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component. |
void |
StandardServiceManager.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||