public class ComponentStateChangeEvent

  1. Object
  2. ActionEvent
  3. 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

source Component
The component whose state has changed.
initialized boolean
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.