net.jetrix.commands
Class ModeCommand
java.lang.Object
net.jetrix.commands.AbstractCommand
net.jetrix.commands.ModeCommand
- All Implemented Interfaces:
- Command
public class ModeCommand
- extends AbstractCommand
Switch between preconfigured settings.
- Version:
- $Revision: 735 $, $Date: 2008-08-22 16:56:48 +0200 (ven., 22 août 2008) $
- Author:
- Gamereplay, Emmanuel Bourg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModeCommand
public ModeCommand()
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
getUsage
public String getUsage(Locale locale)
- Description copied from interface:
Command
- Return the usage of this command, for example
/cmd <param1> <param2>
- Specified by:
getUsage
in interface Command
- Overrides:
getUsage
in class AbstractCommand
- Parameters:
locale
- the locale to be used for the usage
updateSetting
public void updateSetting(Settings settings,
int[] mode)
execute
public void execute(CommandMessage message)
- Description copied from interface:
Command
- Execute the command.
Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.