de.lessvoid.nifty.controls
Class ScrollPanelChangedEvent

java.lang.Object
  extended by de.lessvoid.nifty.controls.ScrollPanelChangedEvent
All Implemented Interfaces:
NiftyEvent<Void>

public class ScrollPanelChangedEvent
extends Object
implements NiftyEvent<Void>

Nifty generates this event when a ScrollPanel position has changed.

Author:
void

Constructor Summary
ScrollPanelChangedEvent(ScrollPanel scrollPanel, float newX, float newY)
           
 
Method Summary
 ScrollPanel getScrollPanel()
           
 float getX()
           
 float getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollPanelChangedEvent

public ScrollPanelChangedEvent(ScrollPanel scrollPanel,
                               float newX,
                               float newY)
Method Detail

getScrollPanel

public ScrollPanel getScrollPanel()

getX

public float getX()

getY

public float getY()


Copyright © 2011. All Rights Reserved.