|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
InitActive is related to the initialization of the activity of an active object. The initialization of the activity is done only once. In case of a migration, an active object restarts its activity automatically without reinitializing.
An object implementing this interface can be invoked to perform the initialization work before the activity is started. The object being reified as an active object can implement this interface or an external class can also be used.
It is generally the role of the body of the active object to perform the call on the object implementing this interface.
Method Summary | |
void |
initActivity(Body body)
Initializes the activity of the active object. |
Method Detail |
public void initActivity(Body body)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |