JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.gui
Interface ObjectUpdate

All Known Implementing Classes:
LessAbstractListModel, ObjectNode, ReferenceView, ReferenceView, TableModel

public interface ObjectUpdate

This interface defines a callback method used to notify that an object was updated.


Method Summary
 void objectUpdated(Object object, Object param)
          The callback method.
 

Method Detail

objectUpdated

public void objectUpdated(Object object,
                          Object param)
The callback method.

Parameters:
object - the updated object
param - extra data
See Also:
ViewControlWrapper.registerObject(Wrappee,ObjectUpdate,Object)

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli