|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Widget.Interface
| Method Summary | |
|---|---|
void |
event(Path path,
InputData input)
Widget received an event. |
void |
render(OutputData output)
Widget outputs its graphical representation to OutputData. |
void |
update(InputData data)
Widget starts its request cycle. |
| Method Detail |
|---|
void update(InputData data)
update(InputData) gives the
widget the chance to update itself with the current InputData and do the necessary
updates.
void event(Path path,
InputData input)
path - input -
Exception
void render(OutputData output)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||