|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--sos.reports.DefaultReportEvent.DefaultElementChange
An implementation of ReportEvent.ElementChange.
| Field Summary |
| Fields inherited from interface sos.reports.ReportEvent.ElementChange |
ATTRIBUTE_CHANGE, ATTRIBUTE_SET_CHANGE, CONTENT_CHANGE, DELETION, INSERTION, STRUCTURE_CHANGE |
| Constructor Summary | |
DefaultReportEvent.DefaultElementChange(int type)
Creates change for the specified type in which the element structure did not change. |
|
DefaultReportEvent.DefaultElementChange(int type,
java.util.List childrenAdded,
java.util.List chidrenRemoved)
Creates a change for the specified type in which the specified child elements were added and/or removed. |
|
| Method Summary | |
java.util.List |
getChildrenAdded()
Returns the elements that were inserted. |
java.util.List |
getChildrenRemoved()
Returns the elements that were deleted. |
int |
getType()
Returns the type of this change. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultReportEvent.DefaultElementChange(int type)
type - type of the change
public DefaultReportEvent.DefaultElementChange(int type,
java.util.List childrenAdded,
java.util.List chidrenRemoved)
type - type of the changechildrenAdded - child elements added| Method Detail |
public java.util.List getChildrenAdded()
ReportEvent.ElementChange
getChildrenAdded in interface ReportEvent.ElementChangepublic java.util.List getChildrenRemoved()
ReportEvent.ElementChange
getChildrenRemoved in interface ReportEvent.ElementChangepublic int getType()
ReportEvent.ElementChange
getType in interface ReportEvent.ElementChange
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||