@Deprecated
public class PhaseId
extends java.lang.Object
implements java.lang.Comparable
PhaseListener
.Modifier and Type | Field and Description |
---|---|
static PhaseId |
ANY
Deprecated.
The PhaseId
ANY is used by the PhaseListener to
signal interest in all phases. |
static PhaseId |
PREPARE_UI_ROOT
Deprecated.
The PhaseId
PREPARE_UI_ROOT is used by the
PhaseListener to signal interest in the Prepare UI Root
phase. |
static PhaseId |
PROCESS_ACTION
Deprecated.
The PhaseId
PROCESS_ACTION is used by the
PhaseListener to signal interest in the Process Action
phase. |
static PhaseId |
READ_DATA
Deprecated.
The PhaseId
READ_DATA is used by the PhaseListener
to signal interest in the Read Data phase. |
static PhaseId |
RENDER
Deprecated.
The PhaseId
RENDER is used by the PhaseListener to
signal interest in the Render phase. |
static java.util.List |
VALUES
Deprecated.
A list containing the instances of this enumeration.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object toCompare)
Deprecated.
|
int |
getOrdinal()
Deprecated.
Returns the ordinal number that is used for comparison of PhaseIds.
|
java.lang.String |
toString()
Deprecated.
|
public static final PhaseId ANY
ANY
is used by the PhaseListener
to
signal interest in all phases.public static final PhaseId PREPARE_UI_ROOT
PREPARE_UI_ROOT
is used by the
PhaseListener
to signal interest in the Prepare UI Root
phase.public static final PhaseId READ_DATA
READ_DATA
is used by the PhaseListener
to signal interest in the Read Data phase.public static final PhaseId PROCESS_ACTION
PROCESS_ACTION
is used by the
PhaseListener
to signal interest in the Process Action
phase.public static final PhaseId RENDER
RENDER
is used by the PhaseListener
to
signal interest in the Render phase.public static final java.util.List VALUES
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object toCompare)
compareTo
in interface java.lang.Comparable
public int getOrdinal()
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