public interface ICounter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getTitle() |
void |
increment()
increment by 1
|
void |
increment(int count) |
void increment()
void increment(int count)
count - must be > 0int getCount()
String getTitle()
Copyright © 2015 Molindo GmbH. All Rights Reserved.