| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.addStateChangeListener(ActionListener<ComponentStateChangeEvent> l)
Adds a listener to be notified when the state of this component is changed
to and from initialized.
|
void |
Component.removeStateChangeListener(ActionListener<ComponentStateChangeEvent> l)
Removes a listener from being notified when the state of this component is
changed to and from initialized.
|
Copyright © 2021. All rights reserved.