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: 846 $, $Date: 2010-05-03 17:29:44 +0200 (lun., 03 mai 2010) $
- 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-2010. All Rights Reserved.