|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.task.DefaultTaskMonitorImpl
public class DefaultTaskMonitorImpl
| Constructor Summary | |
|---|---|
DefaultTaskMonitorImpl(Task task)
|
|
| Method Summary | |
|---|---|
void |
fireProgress(ProgressEvent p)
fire a progress update to any listeners for the task. |
void |
fireUpdate(UpdateEvent tu)
fire an Update to any listeners for the task. |
Task |
getSource()
Retrieve the Task that this TaskMonitor is initialized for. |
TaskMonitor |
getTaskMonitorForSegment(int minProgressCount,
int maxProgressCount)
Creates a new instance of a TaskMonitor object with the maximum progress normalized to the given value that can then be passed on to a child process or method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTaskMonitorImpl(Task task)
| Method Detail |
|---|
public void fireUpdate(UpdateEvent tu)
fireUpdate in interface TaskMonitore - TaskUpdate object containing the necessary update
informationpublic void fireProgress(ProgressEvent p)
fireProgress in interface TaskMonitore - TaskProgress object containing the necessary progress
information
public TaskMonitor getTaskMonitorForSegment(int minProgressCount,
int maxProgressCount)
TaskMonitor
getTaskMonitorForSegment in interface TaskMonitorminProgressCount - int last progress count of the parent.maxProgressCount - int maximum progress count of the child.
public Task getSource()
TaskMonitor
getSource in interface TaskMonitor
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||