T
- the type of UIComponent
that fired this event.public abstract class SpaceChangeEvent<T extends UIComponent> extends ComponentEvent<T>
UIComponent
has changed its size or position.Modifier and Type | Class and Description |
---|---|
static class |
SpaceChangeEvent.PositionChangeEvent<T extends UIComponent>
Fired when a
UIComponent changes it's position. |
static class |
SpaceChangeEvent.SizeChangeEvent<T extends UIComponent>
Fired when a
UIComponent changes its size. |
ComponentEvent.ValueChange<T extends UIComponent,S>
component
Constructor and Description |
---|
SpaceChangeEvent(T component) |
getComponent, isFrom
cancel, isCancelled
public SpaceChangeEvent(T component)