public static interface Callbacks.MethodOverrideMonitor
Modifier and Type | Method and Description |
---|---|
void |
notifyMethodOverride(RVMMethod method,
RVMMethod parent)
Notify the monitor that a method has been overridden.
|
void notifyMethodOverride(RVMMethod method, RVMMethod parent)
method
- the method that was loadedparent
- the method that it overrides (null if none)