StatisticEvent
StatisticEvent e = new StatisticEvent(this,
StatisticEvent.ADD, s);
StatisticEvent e = new StatisticEvent(this,
StatisticEvent.REMOVE, s);
public void onStatisticAdd(StatisticEvent e);
public void onStatisticRemove(StatisticEvent e);
public void onStatisticAdd(StatisticEvent e)
public void onStatisticRemove(StatisticEvent e)