|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.platform.AbstractDepictor.DepictedPropertyChangeListener
protected class AbstractDepictor.DepictedPropertyChangeListener
A listener that marks this depiction as dirty if changes occur.
Property changes are delegated to AbstractDepictor.depictedObjectPropertyChange(PropertyChangeEvent).
| Constructor Summary | |
|---|---|
protected |
AbstractDepictor.DepictedPropertyChangeListener()
|
| Method Summary | |
|---|---|
void |
listModified(ListEvent<java.lang.Object> listEvent)
Called when a list is modified. |
void |
propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
Called when a bound property is changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractDepictor.DepictedPropertyChangeListener()
| Method Detail |
|---|
public void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
propertyChange in interface java.beans.PropertyChangeListenerpropertyChangeEvent - An event object describing the event source and the property that has changed.public void listModified(ListEvent<java.lang.Object> listEvent)
listModified in interface ListListener<java.lang.Object>listEvent - The event indicating the source of the event and the list modifications.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||