com.maryanovsky.gwtutils.client
Interface PropertyChangeListener

All Superinterfaces:
EventListener

public interface PropertyChangeListener
extends EventListener

The interface for receiving notifications of a change in a named property.

Author:
Maryanovsky Alexander

Method Summary
 void propertyChanged(PropertyChangeEvent evt)
          Invoked when the property with the specified name of the specified object changes.
 

Method Detail

propertyChanged

void propertyChanged(PropertyChangeEvent evt)
Invoked when the property with the specified name of the specified object changes.