net.jetrix.commands
Interface ParameterCommand

All Superinterfaces:
Command
All Known Implementing Classes:
BroadcastCommand, GotoCommand, IpCommand, JoinCommand, KickCommand, MoveCommand, OperatorCommand, PetitionCommand, ReplyCommand, SummonCommand, TeamMessageCommand, TeleportCommand, TellCommand

public interface ParameterCommand
extends Command

A command with a fixed number of parameters

Since:
0.2
Version:
$Revision: 545 $, $Date: 2005-01-05 18:16:04 +0100 (mer., 05 janv. 2005) $
Author:
Emmanuel Bourg

Method Summary
 int getParameterCount()
          Return the minimum number of parameters required by the command.
 
Methods inherited from interface net.jetrix.commands.Command
execute, getAccessLevel, getAliases, getDescription, getUsage, isHidden, setAccessLevel, setHidden
 

Method Detail

getParameterCount

int getParameterCount()
Return the minimum number of parameters required by the command.



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