info.rolandkrueger.roklib.util.conditionalengine.conditions
Class HasState<S extends State<?>>

java.lang.Object
  extended by info.rolandkrueger.roklib.util.conditionalengine.conditions.HasState<S>
All Implemented Interfaces:
IBooleanValueProvider, Serializable

public class HasState<S extends State<?>>
extends Object
implements IBooleanValueProvider

See Also:
Serialized Form

Field Summary
private  State<S> mState
           
private  State.StateValue<S> mStateValue
           
private static long serialVersionUID
           
 
Constructor Summary
HasState(State<S> state, State.StateValue<S> stateValue)
           
 
Method Summary
 boolean getBooleanValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

mState

private State<S extends State<?>> mState

mStateValue

private State.StateValue<S extends State<?>> mStateValue
Constructor Detail

HasState

public HasState(State<S> state,
                State.StateValue<S> stateValue)
Method Detail

getBooleanValue

public boolean getBooleanValue()
Specified by:
getBooleanValue in interface IBooleanValueProvider


Copyright © 2007-2011. All Rights Reserved.