org.mobicents.fsm
Class Transition

java.lang.Object
  extended by org.mobicents.fsm.Transition
All Implemented Interfaces:
Runnable

public class Transition
extends Object
implements Runnable

Author:
kulikov

Field Summary
protected  State destination
           
 
Constructor Summary
protected Transition(String name, State destination)
           
 
Method Summary
 String getName()
           
protected  State process(State state)
           
 void run()
           
 void setHandler(TransitionHandler handler)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

destination

protected State destination
Constructor Detail

Transition

protected Transition(String name,
                     State destination)
Method Detail

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.