public interface HasDataChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
com.google.gwt.event.shared.HandlerRegistration | 
addDataChangedHandler(DataChangedHandler handler)
Method to override or observe in order to be notified when a user picks a date value. 
 | 
com.google.gwt.event.shared.HandlerRegistration addDataChangedHandler(DataChangedHandler handler)
Has no default behavior (so no need to call Super).
 Use getData() to get the current date
 value.
handler - the dataChanged handlerHandlerRegistration used to remove this handler