com.smartgwt.client.widgets.events
Interface ScrolledHandler

All Superinterfaces:
EventHandler

public interface ScrolledHandler
extends EventHandler


Method Summary
 void onScrolled(ScrolledEvent event)
          Notification that this component has just scrolled.
 

Method Detail

onScrolled

void onScrolled(ScrolledEvent event)
Notification that this component has just scrolled. Use with observation.

Fires for both CSS and "synthetic" scrollbars.

Parameters:
event - the event