|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.moneydance.util.BasePropertyChangeReporter
public class BasePropertyChangeReporter
Class to provide simple property change reporter support.
| Field Summary | |
|---|---|
protected javax.swing.event.SwingPropertyChangeSupport |
_eventNotify
The encapsulated notification object. |
static java.lang.String |
ALL_PROPERTIES
|
| Constructor Summary | |
|---|---|
BasePropertyChangeReporter()
|
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a PropertyChangeListener to the listener list. |
void |
notifyAllListeners()
Send a generic property change notification to all listeners. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove a PropertyChangeListener from the listener list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ALL_PROPERTIES
protected final javax.swing.event.SwingPropertyChangeSupport _eventNotify
| Constructor Detail |
|---|
public BasePropertyChangeReporter()
| Method Detail |
|---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The PropertyChangeListener to be addedpublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The PropertyChangeListener to be removedpublic void notifyAllListeners()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||