MODEL
- the model type to act uponpublic interface TextAction<MODEL> extends Action<MODEL>
Text
signalsModifier and Type | Method and Description |
---|---|
ControlIntention |
reactToText(CharSequence aSignal,
MODEL aModel) |
ControlIntention |
reactToText(SealedText<?> aSignal,
MODEL aModel) |
ControlIntention |
reactToText(String aSignal,
MODEL aModel) |
isCompositeAction, isSimpleAction
ControlIntention reactToText(CharSequence aSignal, MODEL aModel)
ControlIntention reactToText(SealedText<?> aSignal, MODEL aModel)
ControlIntention reactToText(String aSignal, MODEL aModel)
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.