net.xoetrope.xui.data
Interface XModelListener


public interface XModelListener

An interface used whena model value is modified.

Copyright (c) Xoetrope Ltd., 1998-2004

$Revision: 2.1 $


Method Summary
 void modelUpdated(java.lang.String eventName, XModel src)
          Notification that a monitored model value has changed
 

Method Detail

modelUpdated

void modelUpdated(java.lang.String eventName,
                  XModel src)
Notification that a monitored model value has changed

Parameters:
eventName - the event name
src - the model node that has been modified