public final class SyncedInt extends java.lang.Object
SyncedInt(java.lang.String name)
void
add(int amount)
int
get()
load(DataSet set)
boolean
needsSync()
onSync()
remove(int amount)
save(DataSet set)
set(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SyncedInt(java.lang.String name)
public boolean needsSync()
public void onSync()
public void set(int value)
public int get()
public void add(int amount)
public void remove(int amount)
public void save(DataSet set)
public void load(DataSet set)