@ComponentSpecification public interface BusyManager
busy indication
of a client
application. If an asynchronous client is busy
for a while this should be indicated to
the user. This is what this component is all about.Modifier and Type | Method and Description |
---|---|
boolean |
isBusy()
This method determines if the application client is currently busy.
|
BusySession |
start(String id)
This method starts a
BusySession that has to be terminated by BusySession.stop() . |
boolean isBusy()
true
if busy, false
otherwise.BusySession start(String id)
BusySession
that has to be terminated by BusySession.stop()
. If the
application client is idle (NOT busy
), it will switch to busy
.
Otherwise this is considered as a nested BusySession
. Only after the initial BusySession
have been stopped
, the application will switch from busy
back to idle mode.id
- is an identifier
for the source or the reason for the client being
busy.BusySession
used to stop
the session.Copyright © 2001–2016 mmm-Team. All rights reserved.