org.apache.mina.example.tapedeck
Class PauseCommand

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

public class PauseCommand
extends Command

Represents the pause command.

Author:
Apache MINA Project

Field Summary
static java.lang.String NAME
           
 
Constructor Summary
PauseCommand()
           
 
Method Summary
 java.lang.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 java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

PauseCommand

public PauseCommand()
Method Detail

getName

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


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