Uses of Interface
bb.util.MemoryMonitorListener

Packages that use MemoryMonitorListener
bb.util Provides miscellaneous utility classes and interfaces. 
 

Uses of MemoryMonitorListener in bb.util
 

Classes in bb.util that implement MemoryMonitorListener
private static class MemoryMonitor.UnitTest.ListenerTest
          Simple subclass of MemoryMonitorListenerImpl which can be interrogated to see if events have occured.
 class MemoryMonitorListenerImpl
          Simple implementation of MemoryMonitorListener which logs most events to its own internal Logger.
 

Fields in bb.util with type parameters of type MemoryMonitorListener
private  Set<MemoryMonitorListener> MemoryMonitor.listeners
          Set of all MemoryMonitorListeners that are interested in memory events.
 

Methods in bb.util that return MemoryMonitorListener
private  MemoryMonitorListener[] MemoryMonitor.getListeners()
          Returns a defensive copy of MemoryMonitor.listeners for use by the fireXXX methods.
 

Methods in bb.util with parameters of type MemoryMonitorListener
 boolean MemoryMonitor.addListener(MemoryMonitorListener listener)
          Attempts to add listener to an internal set.
 boolean MemoryMonitor.removeListener(MemoryMonitorListener listener)
          Attempts to remove listener from an internal set.