|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.2) E22562-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent
oracle.apps.fnd.applcore.flex.runtime.event.ModelerProgressEvent
public class ModelerProgressEvent
An event that indicates the progress.
| Nested Class Summary | |
|---|---|
static class |
ModelerProgressEvent.ProgressTracker
A progress tracker. |
static interface |
ModelerProgressEvent.Stage
A stage of the process where the progress is made. |
| Field Summary | |
|---|---|
static ModelerProgressEvent.Stage |
SINGLE_STAGE
A stage that represents the whole process. |
| Fields inherited from class oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent |
|---|
message |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ModelerProgressEvent(java.lang.Object source,
ModelerProgressEvent.Stage stage,
int value,
int maximum)
Constructs a progress event. |
|
| Method Summary | |
|---|---|
int |
getMaximum()
Gets the maximum value. |
ModelerProgressEvent.Stage |
getStage()
Gets the stage. |
int |
getValue()
Gets the progress value. |
static ModelerProgressEvent |
newCompletedEvent(java.lang.Object source,
ModelerProgressEvent.Stage stage)
Creates an event that indicates a stage is completed. |
java.lang.String |
toString()
|
| Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent |
|---|
getMessage |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ModelerProgressEvent.Stage SINGLE_STAGE
| Constructor Detail |
|---|
public ModelerProgressEvent(java.lang.Object source,
ModelerProgressEvent.Stage stage,
int value,
int maximum)
source - the source of the eventstage - the stage of the task. If the given stage is null,
PREPARATION is assumed.value - the progress value; this must be zero or a positive integer.
A negative value will be replaced with zero.maximum - the maximum value; a negative value indicates that the
progress cannot be determined| Method Detail |
|---|
public final int getValue()
public final int getMaximum()
public final ModelerProgressEvent.Stage getStage()
public java.lang.String toString()
toString in class ModelerEvent
public static ModelerProgressEvent newCompletedEvent(java.lang.Object source,
ModelerProgressEvent.Stage stage)
source - the source of the evenstage - the stage
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.2) E22562-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||