com.sage.swt.client.sdata
Interface HasDataSourceDataChangedHandlers

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Subinterfaces:
DataSource, HandlesDataSourceEvents, PreferenceStore
All Known Implementing Classes:
ChildDataSource, DataChangedEventBus, DataSourceEventsController, DataSourceModel, DataSourceProxy, DefaultDataSource, DefaultPreferenceStore

public interface HasDataSourceDataChangedHandlers
extends com.google.gwt.event.shared.HasHandlers

A widget that implements this interface is a public source of DataSourceDataChangedEvent events.


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addDataSourceDataChangedHandler(DataSourceDataChangedHandler handler)
          Adds a DataSourceDataChangedEvent event.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addDataSourceDataChangedHandler

com.google.gwt.event.shared.HandlerRegistration addDataSourceDataChangedHandler(DataSourceDataChangedHandler handler)
Adds a DataSourceDataChangedEvent event.

Parameters:
handler - the handler
Returns:
the handler registration


Copyright © 2011 Sage Software, Inc. All rights reserved.