public class DynamicObject extends LiveObject implements DynamicData
| Constructor and Description |
|---|
DynamicObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(EventListener listener,
boolean addWeakReference)
Add an EventListener to the Dynamic to listen for DataChange events.
|
void |
notifyDataChanged() |
void |
removeListener(EventListener listener) |
void |
sendToListeners(Event ev) |
action, action, addMeToPanel, addObjectToPanel, addToPanel, editorCanExit, enableEditorScrolling, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, getName, input, isNamed, liveMain, main, makeNewEditor, menuItemSelected, prepareMainPanel, runAsApp, setToEditor, willBeSetToEditorgetParentObject, getParentObject, setParentObjectdecode, decoded, decoded, decodeFields, decodeFields, encode, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNewclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTotextDecode, textEncodeaction, fieldChanged, fieldEventpublic void sendToListeners(Event ev)
sendToListeners in interface DynamicDatapublic void addListener(EventListener listener, boolean addWeakReference)
DynamicDataaddListener in interface DynamicDatalistener - the listener to add.addWeakReference - true to add the reference using a WeakReference.public void removeListener(EventListener listener)
removeListener in interface DynamicDatapublic void notifyDataChanged()