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. |