Searched defs:StatisticEvent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java237 * Notify all StatisticEvent listeners of a new Add event.
243 StatisticEvent e = new StatisticEvent(this,
244 StatisticEvent.ADD, s);
256 * Notify all StatisticEvent listeners of a new Remove event.
262 StatisticEvent e = new StatisticEvent(this,
263 StatisticEvent.REMOVE, s);
353 final class StatisticEvent extends EventObject class in inherits:EventObject
382 public StatisticEvent(Objec method in class:StatisticEvent
[all...]

Completed in 44 milliseconds