|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jstatcom.engine.PCallAdapter
public abstract class PCallAdapter
An empty convenience implementation of PCallListener.
PCall,
PCallListener| Constructor Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PCallAdapter()
| Method Detail |
|---|
public void finished(PCall pc)
PCallListener
finished in interface PCallListenerpc - the calling objectpublic void queued(PCall pc)
PCallListener
queued in interface PCallListenerpc - the calling objectpublic void started(PCall pc)
PCallListener
started in interface PCallListenerpc - the calling objectpublic void success()
PCallListenerfinished plus checking the
source call for success.
success in interface PCallListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||