Home
last modified time | relevance | path

Searched refs:StatisticEvent (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java243 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 class
382 public StatisticEvent(Object source, int id, AggregateStatistic target) in StatisticEvent() method in StatisticEvent
432 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()