Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java223 public void addStatisticListener(StatisticListener l) { in addStatisticListener()
232 public void removeStatisticListener(StatisticListener l) { in removeStatisticListener()
250 StatisticListener l = (StatisticListener)listIt.next(); in notifyStatisticAdd()
269 StatisticListener l = (StatisticListener)listIt.next(); in notifyStatisticRemove()
424 interface StatisticListener extends EventListener interface
450 class StatisticOperations implements StatisticListener