|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A way of implementing activity execution without method pointers. Needed because, when scheduling an entity to some future B or when causing that entity to do this B, the B needs to be passed as a parameter. The Bs themselves are really methods but, by implementing this interface, can be treated as classes that can be instantiated.
Method Summary | |
void |
doThisNow()
|
Method Detail |
public void doThisNow()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |