- All Implemented Interfaces:
Command
-
-
Constructor Summary
Constructors
-
Method Summary
long
The count of this command i.e., how often did the engine engine execute
this command.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
count
protected long count
-
Constructor Details
-
CommandImpl
public CommandImpl(long count)
-
Method Details
-
getCount
public long getCount()
Description copied from interface: Command
The count of this command i.e., how often did the engine engine execute
this command.
- Specified by:
getCount
in interface Command
-
setCount
public void setCount(long count)