Uses of Class
org.jikesrvm.adaptive.measurements.listeners.Listener

Packages that use Listener
org.jikesrvm.adaptive.measurements.listeners   
org.jikesrvm.adaptive.measurements.organizers   
 

Uses of Listener in org.jikesrvm.adaptive.measurements.listeners
 

Subclasses of Listener in org.jikesrvm.adaptive.measurements.listeners
 class CallDensityListener
          A simple listener to accumulate counts of total events and the fraction of those events that occured at loop backedges.
 class ContextListener
          This object that is invoked when online measurement information must be collected.
 class EdgeListener
          A EdgeListener defines a listener that computes a call graph edge from the call stack.
 class MethodListener
          A MethodListener defines a listener to collect method invocation samples.
 class NullListener
          A NullListener is an object that is invoked when online measurement information must be collected.
 class YieldCounterListener
          A YieldCounterListener samples yield points, and notifies an Organizer when a threshold is reached.
 

Uses of Listener in org.jikesrvm.adaptive.measurements.organizers
 

Fields in org.jikesrvm.adaptive.measurements.organizers declared as Listener
protected  Listener Organizer.listener
          The listener associated with this organizer.