|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.eclipse.rwt.lifecycle.PhaseEvent
public class PhaseEvent
This event is sent to the PhaseListener
before and after
a lifecycle phase is executed.
The getSource()
method returns an instance of type
ILifeCycle
.
This class is not intended to be instantiated by clients.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PhaseEvent(ILifeCycle source,
PhaseId phaseId)
Creates a PhaseEvent for the given lifecycle with the given phaseId . |
Method Summary | |
---|---|
PhaseId |
getPhaseId()
Returns the id of the phase that will be or was executed. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PhaseEvent(ILifeCycle source, PhaseId phaseId)
Creates a PhaseEvent for the given lifecycle with the given
phaseId
.
source
- the lifecycle which causes this eventphaseId
- the id of the phase that will be or was executed.Method Detail |
---|
public PhaseId getPhaseId()
Returns the id of the phase that will be or was executed.
PhaseId
of this event
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.