|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.interact.AbstractInteractor
A full implementation of the Interactor interface.
Constructor Summary | |
AbstractInteractor()
Creates an instance with a default state delegate. |
|
AbstractInteractor(InteractorState state)
Creates an instance with the specified state delegate. |
Method Summary | |
InteractorState |
getInteractorState()
Gets the interactor state value for this interactor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractInteractor()
public AbstractInteractor(InteractorState state)
state
- State delegate. If null, a default one is used.Method Detail |
public InteractorState getInteractorState()
Interactor
getInteractorState
in interface Interactor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |