com.sage.swt.client.sdata
Interface DataSourceCursorMovedHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler
All Known Implementing Classes:
CursorMovedEventBus

public interface DataSourceCursorMovedHandler
extends com.google.gwt.event.shared.EventHandler

Handler for DataSourceCursorMovedEvent events.


Method Summary
 void cursorMoved(DataSourceCursorMovedEvent event)
          Invoked when the data source cursor has moved.
 

Method Detail

cursorMoved

void cursorMoved(DataSourceCursorMovedEvent event)
Invoked when the data source cursor has moved.

Parameters:
event - the event


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