public class ComponentStateChangeEvent extends ActionEvent
ActionEvent.Type| Constructor and Description | 
|---|
| ComponentStateChangeEvent(Component source,
                         boolean initialized)Creates a ComponentStateChangeEvent. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isInitialized()Indicates if the component state is initialized. | 
consume, getActualComponent, getCommand, getComponent, getDraggedComponent, getDropTarget, getEventType, getKeyEvent, getProgress, getSource, getX, getY, isConsumed, isLongEvent, isPointerPressedDuringDrag, setPointerPressedDuringDragpublic ComponentStateChangeEvent(Component source, boolean initialized)
source - The component whose state has changed.initialized - True if the component state changed to initialized.  False otherwise.