Package | Description |
---|---|
net.sf.mmm.client.ui.base.busy |
Contains the base implementation of the Client Busy API.
|
Modifier and Type | Field and Description |
---|---|
private AbstractBusyManager.BusySessionImpl |
AbstractBusyManager.currentSession
The current
AbstractBusyManager.BusySessionImpl or null for no open session. |
private AbstractBusyManager.BusySessionImpl |
AbstractBusyManager.BusySessionImpl.parent
The parent session or
null if this is the top-level session. |
private AbstractBusyManager.BusySessionImpl |
AbstractBusyManager.toplevelSession
The top-level
AbstractBusyManager.BusySessionImpl or null for no open session. |
Modifier and Type | Method and Description |
---|---|
protected AbstractBusyManager.BusySessionImpl |
AbstractBusyManager.newBusySession(String id)
This method creates a new
AbstractBusyManager.BusySessionImpl . |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractBusyManager.stopSession(AbstractBusyManager.BusySessionImpl session) |
Constructor and Description |
---|
BusySessionImpl(String id,
AbstractBusyManager.BusySessionImpl parent)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.