org.lee.mugen.core.command
Class KeyProc

java.lang.Object
  extended by org.lee.mugen.core.command.KeyProc

public class KeyProc
extends java.lang.Object

Key proc descripte a command key and his state NONE, LOCK, HIDDEN

Author:
Dr Wong

Constructor Summary
KeyProc(AbstractCommand key)
           
KeyProc(AbstractCommand key, KeyLockCommand.State state)
           
 
Method Summary
 AbstractCommand getKey()
           
 KeyLockCommand.State getState()
           
 void setKey(AbstractCommand key)
           
 void setState(KeyLockCommand.State state)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyProc

public KeyProc(AbstractCommand key)

KeyProc

public KeyProc(AbstractCommand key,
               KeyLockCommand.State state)
Method Detail

getKey

public AbstractCommand getKey()

setKey

public void setKey(AbstractCommand key)

getState

public KeyLockCommand.State getState()

setState

public void setState(KeyLockCommand.State state)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object