|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
org.jcreme.filters.FilterChangeEvent
This class reports a change in a ReportFilter.
| Field Summary | |
(package private) static long |
serialVersionUID
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
FilterChangeEvent(ReportFilter source)
Creates new FilterChangeEvent |
|
FilterChangeEvent(ReportFilter source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Creates new FilterChangeEvent |
|
| Method Summary | |
java.lang.Object |
getNewValue()
Gives access to the current value of the property. |
java.lang.Object |
getOldValue()
Gives access to the previous value of the property. |
java.lang.String |
getPropertyName()
Gives access to the name of the modified property. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
static final long serialVersionUID
| Constructor Detail |
public FilterChangeEvent(ReportFilter source)
source - the ReportFilter that changed.
public FilterChangeEvent(ReportFilter source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
source - the ReportFilter that changed.propertyName - the property that changed in the source.oldValue - the previous value of the property.newValue - the current value of the property.| Method Detail |
public java.lang.String getPropertyName()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||