Package org.eclipse.net4j.util.lifecycle
Interface ILifecycleEvent
- 
- All Superinterfaces:
- IEvent
 - All Known Implementing Classes:
- LifecycleEvent
 
 public interface ILifecycleEvent extends IEvent - Author:
- Eike Stepper
- No Implement
- Thi import org.eclipse.net4j.util.event.IEvent; import org.eclipse.net4j.util.event.IEvent; import org.eclipse.net4j.util.event.IEvent; s interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classILifecycleEvent.KindEnumerates the possiblelifecycle statechanges of an entity.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ILifecycleEvent.KindgetKind()ILifecyclegetSource()
 
- 
- 
- 
Method Detail- 
getSourceILifecycle getSource() 
 - 
getKindILifecycleEvent.Kind getKind() 
 
- 
 
-