Uses of Class
org.jboss.msc.service.LifecycleEvent
- 
Packages that use LifecycleEvent Package Description org.jboss.msc.service The service container implementation itself.
- 
- 
Uses of LifecycleEvent in org.jboss.msc.serviceMethods in org.jboss.msc.service that return LifecycleEvent Modifier and Type Method Description static LifecycleEventLifecycleEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleEvent[]LifecycleEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.msc.service with parameters of type LifecycleEvent Modifier and Type Method Description voidLifecycleListener. handleEvent(ServiceController<?> controller, LifecycleEvent event)The service has entered new state
 
-