com.sdm.quasar.client.core.states
Class ConstantBooleanState

java.lang.Object
  extended bycom.sdm.quasar.client.core.states.AbstractState
      extended bycom.sdm.quasar.client.core.states.AbstractBooleanState
          extended bycom.sdm.quasar.client.core.states.ConstantBooleanState
All Implemented Interfaces:
BooleanState, Disposable, State

public class ConstantBooleanState
extends AbstractBooleanState

ConstantBooleanState defines the two constant boolean state instances TRUE_STATE and FALSE_STATE.

Version:
1.0
Author:
Thomas Wolf

Field Summary
static BooleanState FALSE_STATE
          A BooleanState, that is always false.
static BooleanState TRUE_STATE
          A BooleanState, that is always true.
 
Methods inherited from class com.sdm.quasar.client.core.states.AbstractBooleanState
getValue, isValueTrue, setValue, setValueWithoutNotification
 
Methods inherited from class com.sdm.quasar.client.core.states.AbstractState
addStateListener, appendParametersToString, dispose, fireStateChanged, getName, removeStateListener, setName, stateValueToString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sdm.quasar.client.core.states.State
addStateListener, getName, removeStateListener, setName
 
Methods inherited from interface com.sdm.quasar.client.core.common.Disposable
dispose
 

Field Detail

TRUE_STATE

public static final BooleanState TRUE_STATE
A BooleanState, that is always true.


FALSE_STATE

public static final BooleanState FALSE_STATE
A BooleanState, that is always false.