org.echarts.test.sip.commands
Class CmdContinue

java.lang.Object
  extended by org.echarts.test.sip.commands.UserCommand
      extended by org.echarts.test.sip.commands.CmdContinue

public class CmdContinue
extends UserCommand

For internal use only


Constructor Summary
CmdContinue()
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.echarts.test.sip.commands.UserCommand
getCommandId, setCommandId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdContinue

public CmdContinue()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class UserCommand