wyvern.lib.commands.autobag
Class EnableSubCommand

java.lang.Object
  extended bywyvern.lib.commands.autobag.EnableSubCommand

public class EnableSubCommand
extends java.lang.Object

Handles enabling/disabling autobag rules.

Version:
1.0, Dec 27, 2003
Author:
Steve Yegge

Constructor Summary
EnableSubCommand()
           
 
Method Summary
static boolean disable(CommandEvent e)
          Disables a command by number.
static boolean enable(CommandEvent e)
          Enables a command by number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnableSubCommand

public EnableSubCommand()
Method Detail

enable

public static boolean enable(CommandEvent e)
Enables a command by number.


disable

public static boolean disable(CommandEvent e)
Disables a command by number.