org.mobicents.fsm
Class Transition
java.lang.Object
org.mobicents.fsm.Transition
- All Implemented Interfaces:
- Runnable
public class Transition
- extends Object
- implements Runnable
- Author:
- kulikov
destination
protected State destination
Transition
protected Transition(String name,
State destination)
getName
public String getName()
setHandler
public void setHandler(TransitionHandler handler)
process
protected State process(State state)
toString
public String toString()
- Overrides:
toString in class Object
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2013 TeleStax, Inc.. All Rights Reserved.