public class BusyState extends Object The busy state of a client session.
- Author:
- Christopher Mindus
Field Summary 
Fields
final int
Delay to show it: -2=default, -1=disabled, 0=immediate, >0 milliseconds.
final int
Progress bar value: -1 for none, otherwise a value 0-100 for progress in percent.
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Details 
msg 
Message string in HTML.
delay 
public final int delay
Delay to show it: -2=default, -1=disabled, 0=immediate, >0 milliseconds.
progress 
public final int progress
Progress bar value: -1 for none, otherwise a value 0-100 for progress in percent.