org.eclipse.net4j.util.lifecycle
Interface ILifecycleEvent

All Superinterfaces:
IEvent
All Known Implementing Classes:
LifecycleEvent

public interface ILifecycleEvent
extends IEvent


Nested Class Summary
static class ILifecycleEvent.Kind
           
 
Method Summary
 ILifecycleEvent.Kind getKind()
           
 ILifecycle getLifecycle()
           
 
Methods inherited from interface org.eclipse.net4j.util.event.IEvent
getSource
 

Method Detail

getLifecycle

ILifecycle getLifecycle()

getKind

ILifecycleEvent.Kind getKind()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.