public class SimplePropertyDumper
extends java.lang.Object
implements java.beans.PropertyChangeListener
PropertyChangeFrame
Modifier and Type | Field and Description |
---|---|
private boolean |
dumpSource
If true, the source of the property change will be included in the
output.
|
Constructor and Description |
---|
SimplePropertyDumper()
Creates a new SimplePropertyDumper that will not include the source of
the change in the output.
|
SimplePropertyDumper(boolean dumpSource)
Creates a new SimplePropertyDumper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDumpSource() |
void |
propertyChange(java.beans.PropertyChangeEvent e)
Outputs information about the property contained in the event.
|
void |
setDumpSource(boolean dumpsource) |
private boolean dumpSource
public SimplePropertyDumper()
public SimplePropertyDumper(boolean dumpSource)
dumpSource
- If true, the source of the property change is included
in the output.public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
public void setDumpSource(boolean dumpsource)
dumpsource
- true, if the source of the property change will be
included in the output.public boolean isDumpSource()