Interface SourcesScrollEvents
public
interface
SourcesScrollEvents
// Implemented by
ScrollPanel
A widget that implements this interface sources the events defined by the
ScrollListener interface.
Methods
Method Detail
addScrollListener
Adds a listener interface to receive scroll events.
Parameters
- listener
- the listener interface to add.
removeScrollListener
Removes a previously added scroll listener.
Parameters
- listener
- the listener interface to remove.