Searched refs:StatisticEvent (Results 1 – 1 of 1) sorted by relevance
243 StatisticEvent e = new StatisticEvent(this, in notifyStatisticAdd()244 StatisticEvent.ADD, s); in notifyStatisticAdd()262 StatisticEvent e = new StatisticEvent(this, in notifyStatisticRemove()263 StatisticEvent.REMOVE, s); in notifyStatisticRemove()353 final class StatisticEvent extends EventObject class382 public StatisticEvent(Object source, int id, AggregateStatistic target) in StatisticEvent() method in StatisticEvent432 public void onStatisticAdd(StatisticEvent e); in onStatisticAdd()440 public void onStatisticRemove(StatisticEvent e); in onStatisticRemove()720 public void onStatisticAdd(StatisticEvent e) in onStatisticAdd()732 public void onStatisticRemove(StatisticEvent e) in onStatisticRemove()