|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PCallListener
Interface to be implemented by listeners to PCall
objects.
All calls are synchronized with the Swing EventDispatchingThread
,
because interested listeners usually are graphical objects that invoke some
kind of GUI operation. An empty convenience implementation is
PCallAdapter
.
PCall
,
PCallAdapter
Method Summary | |
---|---|
void |
finished(PCall pc)
Invoked when a procedure finishes, no matter whether the call was successful, interrupted or erroneous. |
void |
queued(PCall pc)
Invoked when a procedure was queued in the main worker thread. |
void |
started(PCall pc)
Invoked when the procedure's run method was called within the main worker thread. |
void |
success()
Invoked when a procedure finished successfully and was not interrupted. |
Method Detail |
---|
void finished(PCall pc)
pc
- the calling objectvoid queued(PCall pc)
pc
- the calling objectvoid started(PCall pc)
pc
- the calling objectvoid success()
finished
plus checking the
source call for success.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |