Uses of Interface
gumbo.util.state.StatePolicy

Packages that use StatePolicy
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.util.state   
 

Uses of StatePolicy in gumbo.interact
 

Classes in gumbo.interact that implement StatePolicy
 class InteractorPolicy
          Default state update policy for use with the standard interactor state values and flags (see InteractorFlag and InteractorFlags).
 

Uses of StatePolicy in gumbo.util.state
 

Classes in gumbo.util.state that implement StatePolicy
 class AbstractStatePolicy
          Abstract base class for implementing state assurance policies, which only involve flag type and state value checking.