perform
void perform(IMonitor monitor)
throws java.lang.Exception
Performs the operation. The operation should update the monitor
and signal its progress to the monitor. A long-running operation
should check the cancel flag from time to time. After an operation
completes it must call the cancel or finish method at the progress
monitor. If the progress monitor indicates that the
- Parameters:
monitor
- An monitor that observes the performance of
the operation.
- Throws:
java.lang.Exception
- An exception that can be thrown while
the operation is performed.