|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PActivity.PActivityDelegate
PActivityDelegate is used by classes to learn about and act on the different states that a PActivity goes through, such as when the activity starts and stops stepping.
| Method Summary | |
|---|---|
void |
activityFinished(PActivity activity)
Gets called when the activity finishes. |
void |
activityStarted(PActivity activity)
Gets called when the activity starts. |
void |
activityStepped(PActivity activity)
Gets called for each step of the activity. |
| Method Detail |
|---|
void activityStarted(PActivity activity)
activity - activity that startedvoid activityStepped(PActivity activity)
activity - activity that is steppingvoid activityFinished(PActivity activity)
activity - activity that finished
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||