Class BusyState


  • public class BusyState
    extends java.lang.Object
    The busy state of a client session.
    Author:
    Christopher Mindus
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      intdelay
      Delay to show it: -2=default, -1=disabled, 0=immediate, >0 milliseconds.
      java.lang.Stringmsg
      Message string in HTML.
      intprogress
      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 Detail

      • msg

        public final java.lang.String 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.