de.lessvoid.nifty.controls
Class ScrollbarChangedEvent

java.lang.Object
  extended by 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

Constructor Summary
ScrollbarChangedEvent(Scrollbar scrollbar, float newValue)
           
 
Method Summary
 Scrollbar getScrollbar()
           
 float getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollbarChangedEvent

public ScrollbarChangedEvent(Scrollbar scrollbar,
                             float newValue)
Method Detail

getScrollbar

public Scrollbar getScrollbar()

getValue

public float getValue()


Copyright © 2011. All Rights Reserved.