|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiffleEventListener
Interface implemented by classes wishing to receive task progress
information from JiffleExecutor.
| Method Summary | |
|---|---|
void |
onCompletionEvent(JiffleEvent ev)
Called when the task has been completed successfully. |
void |
onFailureEvent(JiffleEvent ev)
Called when the task has failed. |
| Method Detail |
|---|
void onCompletionEvent(JiffleEvent ev)
ev - the eventvoid onFailureEvent(JiffleEvent ev)
ev - the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||