public class VerticalScrollEvent extends EventObject
VerticalScrollEvent
is fired by an
IlvVerticalScrollable
object to indicate that one if its vertical
scroll properties has been modified.VerticalScrollListener
,
Serialized Formsource
Constructor and Description |
---|
VerticalScrollEvent(IlvVerticalScrollable scrollable,
int value)
Creates a new
VerticalScrollEvent generated by the specified
scrollable object. |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the new scroll value.
|
IlvVerticalScrollable |
getVerticalScrollable()
Returns the vertically scrollable object where the event originated.
|
getSource, toString
public VerticalScrollEvent(IlvVerticalScrollable scrollable, int value)
VerticalScrollEvent
generated by the specified
scrollable object.scrollable
- The vertically scrollable object where the event
originated.value
- The new value.public IlvVerticalScrollable getVerticalScrollable()
IlvVerticalScrollable
.public int getValue()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.