public class MethodEventManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static MethodEventManager |
getInstance() |
void |
notifyMethodEnter(java.lang.String tag,
java.lang.String methodName)
Notify observers that the method is entering
|
void |
notifyMethodExit(java.lang.String tag,
java.lang.String methodName)
Notify observers that the method is exiting
|
void |
registerMethodObserver(java.lang.String tag,
MethodObserver observer)
Register an observer to with a tag
|
void |
unregisterMethodObserver(MethodObserver observer) |
public static MethodEventManager getInstance()
public void registerMethodObserver(java.lang.String tag,
MethodObserver observer)
tag - observer - public void unregisterMethodObserver(MethodObserver observer)
public void notifyMethodEnter(java.lang.String tag,
java.lang.String methodName)
tag - methodName - public void notifyMethodExit(java.lang.String tag,
java.lang.String methodName)
tag - methodName -