Uses of Class
org.sourceforge.jemm.lifecycle.MethodEvent

Packages that use MethodEvent
org.sourceforge.jemm.client   
org.sourceforge.jemm.lifecycle   
 

Uses of MethodEvent in org.sourceforge.jemm.client
 

Methods in org.sourceforge.jemm.client with parameters of type MethodEvent
 void MethodContextTracker.entityEntered(MethodEvent e)
           
 void LifecycleListenerImpl.entityEntered(MethodEvent e)
          Register the class Setup the required object fields that will be used by the method if it is the first time a method is entered.
 void MethodContextTracker.entityExited(MethodEvent e)
           
 void LifecycleListenerImpl.entityExited(MethodEvent e)
          Captures the object state and saves it.
 

Uses of MethodEvent in org.sourceforge.jemm.lifecycle
 

Methods in org.sourceforge.jemm.lifecycle with parameters of type MethodEvent
 void MethodListener.entityEntered(MethodEvent e)
          Called when an Object is entered.
 void MethodListener.entityExited(MethodEvent e)
          Called when an Object is exited
 



Copyright © 2009. All Rights Reserved.