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

Packages that use MethodUpdate
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
 

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

Methods in org.objectweb.jac.aspects.gui with parameters of type MethodUpdate
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.
 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)
           
 

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