|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Controller
A generic controller for controlling a ZK UI window.
| Method Summary | |
|---|---|
void |
processUpdates()
Called by the UI controller thread when there are updates pending |
void |
setPendingUpdates()
Sets the updates pending flag to true, so that when the UI Controller thread checks, it will call the processUpdates() method. |
void |
stopRunning()
Sets the stop running flag, which is checked before the UI Controller thread checks for updates. |
void |
updateDesktop(Desktop objDesktop)
Set the desktop that is locked and updated during the UI update. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void processUpdates()
void setPendingUpdates()
processUpdates() method.
void stopRunning()
void updateDesktop(Desktop objDesktop)
objDesktop -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||