|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.joda.property.impl.data.AbstractPropertyData
Abstract implementation of the PropertyData interface that stores the owning node.
Constructor Summary | |
AbstractPropertyData()
Constructor |
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener lnr)
Add a listener to the list of those receiving change events. |
Bean |
bean()
Get the bean |
void |
firePropertyChange(java.lang.Object oldValue,
java.lang.Object newValue)
Fire the event |
void |
firePropertyChange(java.beans.PropertyChangeEvent event)
Fire the event |
void |
initPropertyDataCreated(PropertyDataInit init)
Initialize once everything else done |
Property |
property()
Get the property this data belongs to. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener lnr)
Remove the specified listener from the list currently receiving change events. |
java.lang.String |
toString()
Debugging toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.joda.property.impl.PropertyData |
equals, get, hashCode, isModifiable, isReadOnly, set, setModifiable, setReadOnly |
Constructor Detail |
public AbstractPropertyData()
Method Detail |
public void initPropertyDataCreated(PropertyDataInit init)
initPropertyDataCreated
in interface InitializablePropertyData
public Property property()
PropertyData
property
in interface PropertyData
PropertyData.property()
public Bean bean()
public void addPropertyChangeListener(java.beans.PropertyChangeListener lnr)
PropertyData
addPropertyChangeListener
in interface PropertyData
lnr
- a listener to add to the listPropertyData.addPropertyChangeListener(PropertyChangeListener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener lnr)
PropertyData
removePropertyChangeListener
in interface PropertyData
lnr
- a listener to remove from the listPropertyData.removePropertyChangeListener(PropertyChangeListener)
public void firePropertyChange(java.lang.Object oldValue, java.lang.Object newValue)
public void firePropertyChange(java.beans.PropertyChangeEvent event)
firePropertyChange
in interface PropertyData
event
- the event to sendpublic java.lang.String toString()
toString
in interface PropertyData
toString
in class java.lang.Object
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |