com.extjs.gxt.ui.client.event
Class ScrollListener

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.ScrollListener
All Implemented Interfaces:
Listener<ComponentEvent>, java.util.EventListener

public class ScrollListener
extends java.lang.Object
implements Listener<ComponentEvent>

Event interface for scroll events.

See Also:
ScrollContainer

Constructor Summary
ScrollListener()
           
 
Method Summary
 void handleEvent(ComponentEvent e)
          Sent when an event that the listener has registered for occurs.
 void widgetScrolled(ComponentEvent ce)
          Fires when a component is scrolled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollListener

public ScrollListener()
Method Detail

handleEvent

public void handleEvent(ComponentEvent e)
Description copied from interface: Listener
Sent when an event that the listener has registered for occurs.

Specified by:
handleEvent in interface Listener<ComponentEvent>
Parameters:
e - the event which occurred

widgetScrolled

public void widgetScrolled(ComponentEvent ce)
Fires when a component is scrolled.

Parameters:
ce - the component event