|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lee.mugen.core.command.SingleCmdProcessor
public class SingleCmdProcessor
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
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 |
---|
public SingleCmdProcessor(long tick, KeyProc... keys)
Method Detail |
---|
public long getTick()
public KeyProc[] getKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |