|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.globalmentor.beans.AbstractGenericPropertyChangeListener<java.lang.Boolean>
com.guiseframework.event.SynchronizeDisplayedPropertyChangeListener
public class SynchronizeDisplayedPropertyChangeListener
A Boolean property change listener that synchronizes a Displayable source's Displayable.DISPLAYED_PROPERTY
by calling Displayable.setDisplayed(boolean) with any new value that it receives.
If there is no Displayable event source or no new value for any given event, no action occurs.
| Constructor Summary | |
|---|---|
SynchronizeDisplayedPropertyChangeListener()
|
|
| Method Summary | |
|---|---|
void |
propertyChange(com.globalmentor.beans.GenericPropertyChangeEvent<java.lang.Boolean> genericPropertyChangeEvent)
Called when a bound property is changed. |
| Methods inherited from class com.globalmentor.beans.AbstractGenericPropertyChangeListener |
|---|
getGenericPropertyChangeEvent, propertyChange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynchronizeDisplayedPropertyChangeListener()
| Method Detail |
|---|
public void propertyChange(com.globalmentor.beans.GenericPropertyChangeEvent<java.lang.Boolean> genericPropertyChangeEvent)
genericPropertyChangeEvent - An event object describing the event source, the property that has changed, and its old and new values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||