org.apache.mina.example.tapedeck
Class PlayCommand

java.lang.Object
  extended by org.apache.mina.example.tapedeck.Command
      extended by org.apache.mina.example.tapedeck.PlayCommand

public class PlayCommand
extends Command

Represents the play command.

Author:
Apache MINA Project

Field Summary
static String NAME
           
 
Constructor Summary
PlayCommand()
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

PlayCommand

public PlayCommand()
Method Detail

getName

public String getName()
Specified by:
getName in class Command


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.