| |
|
| java.lang.Object com.jgoodies.binding.tests.event.AbstractChangeReport
AbstractChangeReport | abstract class AbstractChangeReport (Code) | | The abstract superclass of the different change report implementations.
author: Karsten Lentzsch version: $Revision: 1.6 $< Parameters: E - > the type of the events tracked by the report |
Field Summary | |
protected List<E> | events Holds a list of all received events. |
events | protected List<E> events(Code) | | Holds a list of all received events.
|
addEvent | protected void addEvent(E event)(Code) | | |
eventCount | public int eventCount()(Code) | | |
getLastEvent | protected E getLastEvent()(Code) | | |
hasEvents | public boolean hasEvents()(Code) | | |
isLogActive | protected boolean isLogActive()(Code) | | |
setLogActive | public void setLogActive(boolean active)(Code) | | |
|
|
|