|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the operations that a generic InitManager should implement
Method Summary | |
void |
clientSwitch(Path path,
ComponentInfo nextEntityEndpoint)
Requires the switch of the client to the target place identified by the path argument. |
void |
destroyInitManagerAgent()
This method must be called to destroy the manager after its usage |
void |
initSystem(java.lang.String title)
Requires the initilization of the system for a certain multimedia content |
void |
notifyInitializationFinish(InitFinishedEvent ev)
This method notifies the finish of the download |
void |
notifyInitializationProblems(InitProblemsEvent ev)
This method notifies the finish of a certain download, with some problems |
void |
notifyNomadicSwitchFinished(NomadicSwitchFinishedEvent ev)
This method notifies the finish of the nomadic movement of the client. |
Method Detail |
public void initSystem(java.lang.String title)
public void clientSwitch(Path path, ComponentInfo nextEntityEndpoint)
public void notifyInitializationFinish(InitFinishedEvent ev)
public void notifyInitializationProblems(InitProblemsEvent ev)
public void notifyNomadicSwitchFinished(NomadicSwitchFinishedEvent ev)
public void destroyInitManagerAgent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |