Uses of Interface
gumbo.util.state.StateSet

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

Uses of StateSet in gumbo.interact
 

Subinterfaces of StateSet in gumbo.interact
 interface InteractorState
          A state set intended as the public delegate for Interactor that maintains interactor state.
 

Classes in gumbo.interact that implement StateSet
 class AbstractInteractorState
           
static class Interactors.ImmutableInteractorState
          Immutable wrapper for a target interactor state.
 

Uses of StateSet in gumbo.util.state
 

Classes in gumbo.util.state that implement StateSet
 class AbstractStateSet
          A full implementation of the StateSet interface.
static class States.ImmutableStateSet
          Immutable wrapper for a target state set.