com.jgoodies.binding.tests.event |
Consists of test helper classes that track and count events.
Related Documentation
For more information see:
@see com.jgoodies.binding.tests
@see com.jgoodies.binding.tests.beans
@see com.jgoodies.binding.tests.value
|
Java Source File Name | Type | Comment |
AbstractChangeReport.java | Class | The abstract superclass of the different change report implementations. |
ChangeReport.java | Class | A PropertyChangeListener that stores the received PropertyChangeEvents. |
ItemChangeReport.java | Class | An ItemListener that stores the received ItemEvents. |
ListDataReport.java | Class | A ListDataListener that stores the received ListDataEvents. |
ListSelectionReport.java | Class | A ListDataListener that stores the received ListDataEvents. |
ListSizeConstraintChecker.java | Class | Compares the size reported by the ListDataEvents with the ListModel size. |
PropertyChangeReport.java | Class | A PropertyChangeListener that stores the received PropertyChangeEvents. |