|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.ScrollListener
public class ScrollListener
Event interface for scroll events.
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 |
|---|
public ScrollListener()
| Method Detail |
|---|
public void handleEvent(ComponentEvent e)
Listener
handleEvent in interface Listener<ComponentEvent>e - the event which occurredpublic void widgetScrolled(ComponentEvent ce)
ce - the component event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||