Package eu.bandm.tools.message
Class MessageCounter.Counter
java.lang.Object
eu.bandm.tools.message.MessageCounter.Counter
- Enclosing class:
MessageCounter
Internal auxiliary class which counts the messages of one particular
kind.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
i
int iCount of messages of a particular kind.
-
-
Constructor Details
-
Counter
public Counter()Only constructor
-
-
Method Details
-
reset
void reset()Reset the counter to zero. -
inc
void inc()Increment the counter.
-