org.objectweb.jac.aspects.gui
Interface MethodUpdate
- All Known Implementing Classes:
- SwingMethodView, ToolBar
- public interface MethodUpdate
This interface defines a callback method used to notify that the
value returned by a method has changed.
methodUpdated
public void methodUpdated(Object substance,
MethodItem method,
Object param)
- Upcalled when a returned value has changed.
- Parameters:
substance
- the object of which a field was updatedmethod
- the changed methodparam
- extra infos (unused)- See Also:
ViewControlWrapper.registerMethod(Wrappee,MethodItem,MethodUpdate,Object)