public class VehicleListState extends BotListState<Vehicle,TranslatorContext>
Last state of the handshake - we switch from this state to the ConfigureMessageExpectedState.
| Constructor and Description |
|---|
VehicleListState() |
| Modifier and Type | Method and Description |
|---|---|
void |
stateLeaving(TranslatorContext context,
cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext> toState,
InfoMessage symbol) |
void |
stateSymbol(TranslatorContext context,
InfoMessage symbol) |
getList, init, newList, restart, stateEnteringtoStringpublic void stateLeaving(TranslatorContext context, cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext> toState, InfoMessage symbol)
stateLeaving in interface cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext>stateLeaving in class BotListState<Vehicle,TranslatorContext>public void stateSymbol(TranslatorContext context, InfoMessage symbol)
stateSymbol in interface cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext>stateSymbol in class BotListState<Vehicle,TranslatorContext>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.