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, willBeSetToEditor
getParentObject, getParentObject, setParentObject
decode, decoded, decoded, decodeFields, decodeFields, encode, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
textDecode, textEncode
action, fieldChanged, fieldEvent
public void sendToListeners(Event ev)
sendToListeners
in interface DynamicData
public void addListener(EventListener listener, boolean addWeakReference)
DynamicData
addListener
in interface DynamicData
listener
- the listener to add.addWeakReference
- true to add the reference using a WeakReference.public void removeListener(EventListener listener)
removeListener
in interface DynamicData
public void notifyDataChanged()