com.maryanovsky.gwtutils.client
Interface ReadyListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DelegatingReadyListenerCollection, GroupReadyListener

public interface ReadyListener
extends EventListener

A listener which is notified when an entity changes between ready and unready states.

Author:
Maryanovsky Alexander

Method Summary
 void becameReady(Object source)
          Invoked when the entity becomes ready.
 void becameUnready(Object source)
          Invoked when the entity becomes unready.
 

Method Detail

becameReady

void becameReady(Object source)
Invoked when the entity becomes ready.


becameUnready

void becameUnready(Object source)
Invoked when the entity becomes unready.