Uses of Enum Class
org.eclipse.net4j.util.lifecycle.ILifecycleEvent.Kind
Package
Description
A framework for components with a simple lifecycle.
-
Uses of ILifecycleEvent.Kind in org.eclipse.net4j.util.lifecycle
Modifier and TypeMethodDescriptionILifecycleEvent.getKind()
LifecycleEvent.getKind()
static ILifecycleEvent.Kind
Returns the enum constant of this class with the specified name.static ILifecycleEvent.Kind[]
ILifecycleEvent.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionLifecycleEvent
(ILifecycle lifecycle, ILifecycleEvent.Kind kind) LifecycleEvent
(Lifecycle lifecycle, ILifecycleEvent.Kind kind)