de.lessvoid.nifty.controls
Class ScrollbarChangedEvent
java.lang.Object
de.lessvoid.nifty.controls.ScrollbarChangedEvent
- All Implemented Interfaces:
- NiftyEvent<Void>
public class ScrollbarChangedEvent
- extends Object
- implements NiftyEvent<Void>
Nifty generates this event when a Scrollbar value has been changed.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScrollbarChangedEvent
public ScrollbarChangedEvent(Scrollbar scrollbar,
float newValue)
getScrollbar
public Scrollbar getScrollbar()
getValue
public float getValue()
Copyright © 2011. All Rights Reserved.