org.formaria.aria.data
Interface ModelListener


public interface ModelListener

An interface used whena model value is modified.

Copyright (c) Formaria Ltd.,

$Revision: 2.1 $


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

Method Detail

modelUpdated

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

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