Uses of Interface
org.objectweb.jac.aspects.gui.MethodUpdate

Packages that use MethodUpdate
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.gui.swing   
 

Uses of MethodUpdate in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui with parameters of type MethodUpdate
 void ViewControlWrapper.registerMethod(Wrappee wrappee, MethodItem method, MethodUpdate client, Object param)
          Register for a fieldUpdated event.
 void ViewControlWrapper.unregisterMethod(Wrappee wrappee, MethodItem method, MethodUpdate client)
           
static void Utils.registerMethod(Object object, MethodItem method, MethodUpdate client)
          Register for method events.
static void Utils.registerMethod(Object object, MethodItem method, MethodUpdate client, Object param)
          Register for method events.
static void Utils.unregisterMethod(Object object, MethodItem method, MethodUpdate client)
          Unregister from a single object's method.
 

Uses of MethodUpdate in org.objectweb.jac.aspects.gui.swing
 

Classes in org.objectweb.jac.aspects.gui.swing that implement MethodUpdate
 class SwingMethodView
           
 class ToolBar