Class State

  • All Implemented Interfaces:

    
    public class State
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public @interface State.Value
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int NORMAL
      public final static int ERROR
      public final static int PROGRESS
      public final static int CANCEL
      public final static int PAUSE
      public final static int SUCCESS
    • Constructor Summary

      Constructors 
      Constructor Description
      State()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • State

        State()
    • Method Detail