Package | Description |
---|---|
com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity , Property , and Tag . |
Modifier and Type | Class and Description |
---|---|
class |
VetoablePropertyChangeEvent |
Modifier and Type | Method and Description |
---|---|
protected void |
Entity.firePropertyChangeEvent(PropertyChangeEvent pce)
Fires a property change event to registered listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySelector.addPropertyChangeListener(ActionListener<PropertyChangeEvent> l)
Adds a change listener on property.
|
void |
Entity.addPropertyChangeListener(ActionListener<PropertyChangeEvent> l)
Adds a listener to listen to all property changes on all properties.
|
void |
Entity.addPropertyChangeListener(Property property,
ActionListener<PropertyChangeEvent> l)
Adds a listener to be notified of changes to the given property.
|
void |
PropertySelector.removePropertyChangeListener(ActionListener<PropertyChangeEvent> l)
Removes property change listener from property.
|
void |
Entity.removePropertyChangeListener(ActionListener<PropertyChangeEvent> l)
Removes property change listener.
|
void |
Entity.removePropertyChangeListener(Property property,
ActionListener<PropertyChangeEvent> l)
Removes a property change listener.
|
Copyright © 2021. All Rights Reserved.