public class ComponentStateChangeEvent
- Object
- ActionEvent
- ComponentStateChangeEvent
An event that is fired when the state of a component is changed to and from initialized.
Constructors
public ComponentStateChangeEvent(Component source, boolean initialized) | Creates a ComponentStateChangeEvent. |
Methods
public boolean isInitialized() | Indicates if the component state is initialized. |
Inherited nested types
Inherited methods
Constructor details
ComponentStateChangeEvent
public ComponentStateChangeEvent(Component source, boolean initialized)Creates a ComponentStateChangeEvent.
Parameters
sourceComponent- The component whose state has changed.
initializedboolean- True if the component state changed to initialized. False otherwise.
Method details
isInitialized
public boolean isInitialized()Indicates if the component state is initialized.
Returns
True if the component state changed to initialized.