@Deprecated
public class PhaseEvent
extends java.util.EventObject
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.
Constructor and Description |
---|
PhaseEvent(ILifeCycle source,
PhaseId phaseId)
Deprecated.
Creates a PhaseEvent for the given lifecycle with the given
phaseId . |
Modifier and Type | Method and Description |
---|---|
PhaseId |
getPhaseId()
Deprecated.
Returns the id of the phase that will be or was executed.
|
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.
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0