JAC project
AOPSYS
CEDRIC & LIP6 labs

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.


Method Summary
 void methodUpdated(Object substance, MethodItem method, Object param)
          Upcalled when a returned value has changed.
 

Method Detail

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 updated
method - the changed method
param - extra infos (unused)
See Also:
ViewControlWrapper#registerMethod(Wrappee,MethodItem,MethoddUpdate,Object)

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli