net.jetrix.commands
Class PauseCommand

java.lang.Object
  extended by net.jetrix.commands.AbstractCommand
      extended by net.jetrix.commands.PauseCommand
All Implemented Interfaces:
Command

public class PauseCommand
extends AbstractCommand
implements Command

Pause the game.

Version:
$Revision: 475 $, $Date: 2004-12-09 13:35:20 +0100 (jeu., 09 déc. 2004) $
Author:
Emmanuel Bourg

Field Summary
 
Fields inherited from class net.jetrix.commands.AbstractCommand
hidden, level, log
 
Constructor Summary
PauseCommand()
           
 
Method Summary
 void execute(CommandMessage m)
          Execute the command.
 String getAlias()
          Return the command alias.
 
Methods inherited from class net.jetrix.commands.AbstractCommand
getAccessLevel, getAliases, getDescription, getUsage, isHidden, setAccessLevel, setHidden
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jetrix.commands.Command
getAccessLevel, getAliases, getDescription, getUsage, isHidden, setAccessLevel, setHidden
 

Constructor Detail

PauseCommand

public PauseCommand()
Method Detail

getAlias

public String getAlias()
Description copied from class: AbstractCommand
Return the command alias. This is a method to be overriden only by commands with a unique alias.

Overrides:
getAlias in class AbstractCommand

execute

public void execute(CommandMessage m)
Description copied from interface: Command
Execute the command.

Specified by:
execute in interface Command


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.