| Package | Description |
|---|---|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyBase.addChangeListener(PropertyChangeListener<T,K> pl)
Fires a notification that a property value changed to the given listener
|
static void |
PropertyBase.bindGlobalGetListener(PropertyChangeListener listener)
Deprecated.
Usage of this method isn't recommended, it's designed for internal use
|
static void |
PropertyBase.bindGlobalSetListener(PropertyChangeListener listener)
Deprecated.
Usage of this method isn't recommended, it's designed for internal use
|
void |
PropertyBase.removeChangeListener(PropertyChangeListener<T,K> pl)
Removes the property change listener from the list of listeners
|
Copyright © 2022. All rights reserved.