Package com.ardor3d.extension.ui.event
package com.ardor3d.extension.ui.event
Interfaces describing various events in the UI system.
-
ClassDescriptionClasses interested in processing component actions such as the pressing of a button should implement this interface.Classes interested in processing drag events should implement this interface.The drag listener responsible for allowing a frame to be moved around the screen with the mouse.SelectionListener<T extends UIComponent>A listener for component selection changes.