org.xith3d.ui.hud.listeners
Interface QuadDividerListener
- All Known Implementing Classes:
- QuadDividerAdapter
public interface QuadDividerListener
a QuadDividerListener is notified of any change in a QuadDivider Widget.
|
Method Summary |
void |
onDividerResized(QuadDivider quadDivider,
float leftWidth,
float rightWidth,
float topHeight,
float bottomHeight)
This event is fired when a QuadDivider was resized. |
onDividerResized
void onDividerResized(QuadDivider quadDivider,
float leftWidth,
float rightWidth,
float topHeight,
float bottomHeight)
- This event is fired when a QuadDivider was resized.
- Parameters:
quadDivider - the QuadDivider, that was resizedleftWidth - the width of the two left areasrightWidth - the width of the two right areastopHeight - the height of the two top areasbottomHeight - the height of the two bottom areas