public abstract class ContextListener extends Listener
| Constructor and Description |
|---|
ContextListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
update(Address sfp,
int whereFrom)
This method is called when its time to record that a yield point has occurred.
|
activate, activateOrganizer, isActive, passivate, report, reset, setOrganizerpublic ContextListener()
public abstract void update(Address sfp, int whereFrom)
sfp - pointer to stack frame where call stack should start
to be examined.whereFrom - Was this a yieldpoint in a PROLOGUE, BACKEDGE, or
EPILOGUE?