|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Module
A module is a client side piece of code that intertacts with the message bus. Modules may have UI components associated with them, but they don't need to.
Initialization of a module (i.e. registering message callbacks) should be done in thestart() method.
| Method Summary | |
|---|---|
void |
start()
|
void |
stop()
|
| Method Detail |
|---|
void start()
void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||