com.maryanovsky.gwtutils.client.event
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 a property has changed.
 

Method Detail

propertyChanged

void propertyChanged(PropertyChangeEvent evt)
Invoked when a property has changed.