org.jikesrvm.adaptive.measurements.listeners
Class NullListener
java.lang.Object
org.jikesrvm.adaptive.measurements.listeners.Listener
org.jikesrvm.adaptive.measurements.listeners.NullListener
- Direct Known Subclasses:
- CallDensityListener, YieldCounterListener
public abstract class NullListener
- extends Listener
A NullListener is an object that is invoked when
online measurement information must be collected.
Defines update's interface.
|
Method Summary |
abstract void |
update(int whereFrom)
Entry point when listener is awoken. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullListener
public NullListener()
update
public abstract void update(int whereFrom)
- Entry point when listener is awoken.
- Parameters:
whereFrom - Was this a yieldpoint in a PROLOGUE, BACKEDGE, or
EPILOGUE?