public interface DynamicData extends LiveData
Modifier and Type | Method and Description |
---|---|
void |
addListener(EventListener listener,
boolean addWeakReference)
Add an EventListener to the Dynamic to listen for DataChange events.
|
void |
removeListener(EventListener listener) |
void |
sendToListeners(Event ev) |
compareTo
textDecode, textEncode
action, fieldChanged, fieldEvent
void addListener(EventListener listener, boolean addWeakReference)
listener
- the listener to add.addWeakReference
- true to add the reference using a WeakReference.void removeListener(EventListener listener)
void sendToListeners(Event ev)