|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModelChangeAction
| Method Summary | |
|---|---|
void |
completed()
Called by the queue after an has successfully completed |
java.lang.Exception |
getException()
Gets the exception that occured during execution. |
ModelChangeQueue |
getQueue()
Gets the queue that this action is contained within. |
void |
run()
Run the action. |
void |
setException(java.lang.Exception exception)
This is set by the ModelChangeQueue if an exception was
caught while executing this action. |
void |
setQueue(ModelChangeQueue queue)
Called by ModelChangeQueue when it is added to a queue or
removed from a queue. |
void |
started()
Called by the queue directly before the action is started |
void |
waitForExecution()
Waits for the action to be run by the containing queue. |
| Method Detail |
|---|
void run()
ModelChangeQueue
void setException(java.lang.Exception exception)
ModelChangeQueue if an exception was
caught while executing this action.
exception - The exception.java.lang.Exception getException()
null is returned.
setException(java.lang.Exception)void setQueue(ModelChangeQueue queue)
ModelChangeQueue when it is added to a queue or
removed from a queue.
queue - The queue it was added to.ModelChangeQueue getQueue()
null if
the action has not been added to a queue, or the action has
already run.void waitForExecution()
void completed()
void started()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||