org.lee.mugen.core.command
Class SingleCmdProcessor

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

public class SingleCmdProcessor
extends java.lang.Object

SingleCmdProcessor is request when Mugen core want to know what are the command in buffer it describe a group of keys that is press, release, hidden, ... at a time

Author:
Dr Wong

Constructor Summary
SingleCmdProcessor(long tick, KeyProc... keys)
           
 
Method Summary
 KeyProc[] getKeys()
           
 long getTick()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleCmdProcessor

public SingleCmdProcessor(long tick,
                          KeyProc... keys)
Method Detail

getTick

public long getTick()

getKeys

public KeyProc[] getKeys()