org.malai.stateMachine
Interface TargetableState

All Superinterfaces:
IState
All Known Implementing Classes:
AbortingState, IntermediaryState, TerminalState

public interface TargetableState
extends IState

This interface defines a state that can be the target state of a transition.

This file is part of Malai.
Copyright (c) 2009-2012 Arnaud BLOUIN

Malai is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Malai is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

11/03/2010

Since:
0.2
Version:
0.2
Author:
Arnaud BLOUIN

Method Summary
 void onIngoing()
           
 
Methods inherited from interface org.malai.stateMachine.IState
addTransition, getName, getStateMachine, getTransition, getTransitions, setStateMachine
 

Method Detail

onIngoing

void onIngoing()
               throws MustAbortStateMachineException
Throws:
MustAbortStateMachineException - To launch when the state machine must stop.