org.lee.mugen.core.command
Class PressCommand

java.lang.Object
  extended by org.lee.mugen.core.command.AbstractCommand
      extended by org.lee.mugen.core.command.PressCommand

public class PressCommand
extends AbstractCommand

PressCommand INFO : May be here there are some replication in conception because this class is a PressCommand and it's kind is PRESS We have the information twice :/ Never mind it's work :p

Author:
Dr Wong

Nested Class Summary
 
Nested classes/interfaces inherited from class org.lee.mugen.core.command.AbstractCommand
AbstractCommand.Kind
 
Field Summary
 
Fields inherited from class org.lee.mugen.core.command.AbstractCommand
kind
 
Constructor Summary
PressCommand(int key, long tick)
           
 
Method Summary
 
Methods inherited from class org.lee.mugen.core.command.AbstractCommand
getKey, getKind, getTick, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PressCommand

public PressCommand(int key,
                    long tick)