org.eclipse.net4j.util.lifecycle
Interface ILifecycleEvent

All Superinterfaces:
IEvent
All Known Implementing Classes:
LifecycleEvent

public interface ILifecycleEvent
extends IEvent

An event fired from an object with a lifecycle when its lifecycle state has changed.

Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static class ILifecycleEvent.Kind
          Enumerates the possible lifecycle state changes of an object.
 
Method Summary
 ILifecycleEvent.Kind getKind()
           
 ILifecycle getSource()
           
 

Method Detail

getSource

ILifecycle getSource()
Specified by:
getSource in interface IEvent
Since:
3.0

getKind

ILifecycleEvent.Kind getKind()


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.