| |
|
| java.lang.Object org.jdesktop.test.PropertyChangeReport
PropertyChangeReport | public class PropertyChangeReport implements PropertyChangeListener(Code) | | A PropertyChangeListener that stores the received PropertyChangeEvents.
modified ("beanified") from JGoodies PropertyChangeReport.
|
Field Summary | |
protected Map | eventMap | protected List | events Holds a list of all received PropertyChangeEvents. |
events | protected List events(Code) | | Holds a list of all received PropertyChangeEvents.
|
clear | public void clear()(Code) | | |
getEventCount | public int getEventCount()(Code) | | |
getEventCount | public int getEventCount(String property)(Code) | | |
getLastNewBooleanValue | public boolean getLastNewBooleanValue()(Code) | | |
getLastOldBooleanValue | public boolean getLastOldBooleanValue()(Code) | | |
getMultiCastEventCount | public int getMultiCastEventCount()(Code) | | |
getNamedEventCount | public int getNamedEventCount()(Code) | | |
hasEvents | public boolean hasEvents()(Code) | | |
|
|
|