org.eclipse.net4j.util.lifecycle
Class LifecycleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.net4j.util.event.Event
          extended by org.eclipse.net4j.util.lifecycle.LifecycleEvent
All Implemented Interfaces:
java.io.Serializable, IEvent, ILifecycleEvent

public class LifecycleEvent
extends Event
implements ILifecycleEvent

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleEvent
ILifecycleEvent.Kind
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LifecycleEvent(Lifecycle lifecycle, ILifecycleEvent.Kind kind)
           
 
Method Summary
 ILifecycleEvent.Kind getKind()
           
 ILifecycle getLifecycle()
           
 
Methods inherited from class org.eclipse.net4j.util.event.Event
getSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.net4j.util.event.IEvent
getSource
 

Constructor Detail

LifecycleEvent

public LifecycleEvent(Lifecycle lifecycle,
                      ILifecycleEvent.Kind kind)
Method Detail

getLifecycle

public ILifecycle getLifecycle()
Specified by:
getLifecycle in interface ILifecycleEvent

getKind

public ILifecycleEvent.Kind getKind()
Specified by:
getKind in interface ILifecycleEvent

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