com.maryanovsky.gwtutils.client.event
Interface ChangeListener

All Superinterfaces:
EventListener

public interface ChangeListener
extends EventListener

The interface for receiving notifications of some kind of state change.

Author:
Maryanovsky Alexander

Method Summary
 void stateChanged(ChangeEvent evt)
          Invoked when the state of the source specified by the given event changes in some manner.
 

Method Detail

stateChanged

void stateChanged(ChangeEvent evt)
Invoked when the state of the source specified by the given event changes in some manner.