|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IController
Example controller interface.
| Method Summary | |
|---|---|
boolean |
start()
Starts the controller. |
void |
stop()
Stops the controller. |
void |
update(int id,
String message)
Update a message. |
| Method Detail |
|---|
boolean start()
true else
false.
void update(int id,
String message)
throws UpdateException
id - ID of the message.message - Text.
UpdateException - The update was not successful.void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||