public class BusyManagerImplGwt extends AbstractBusyManager
busy.BusyManager
for the Google Web Toolkit
(GWT).Constructor and Description |
---|
BusyManagerImplGwt()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
setBusy()
This method is called whenever the client changes from idle to
busy . |
protected void |
setIdle()
This method is called whenever the client changes from
busy to idle. |
isBusy, newBusySession, start
createLogger, doInitialize, getLogger
doInitialized, getInitializationState, initialize
protected void setBusy()
busy
. It has to
implement the client specific behavior.setBusy
in class AbstractBusyManager
protected void setIdle()
busy
to idle. It has to
implement the client specific behavior.setIdle
in class AbstractBusyManager
Copyright © 2001–2016 mmm-Team. All rights reserved.