public abstract class AbstractAuditModel extends java.lang.Object implements AuditModel
AuditModel
interface.AuditModel.Count
Constructor and Description |
---|
AbstractAuditModel() |
Modifier and Type | Method and Description |
---|---|
void |
addAuditModelListener(AuditModelListener listener)
Adds an audit model listener to this model.
|
protected void |
fireAppliedTransformsChanged(java.lang.Object row,
java.util.List<Transform> transforms) |
protected void |
fireAuditStarted(java.util.List<Metric> columns,
java.util.List<Location> locations,
java.lang.Object root,
java.lang.Class type) |
protected void |
fireAuditStopped(boolean cancelled) |
protected void |
fireCountChanged(java.lang.Object row,
AuditModel.Count count,
int oldValue,
int newValue) |
protected void |
fireModelResorted() |
protected void |
fireRowsHidden(java.util.List<?> rows,
java.lang.Object visibleParent,
int visibleIndex) |
protected void |
fireRowsInserted(java.util.List<?> rows,
java.lang.Object parent,
int index) |
protected void |
fireRowsRemoved(java.util.List<?> rows,
java.lang.Object parent,
int index) |
protected void |
fireRowsRestructureBegin(java.lang.Object parent,
java.lang.Object visibleParent) |
protected void |
fireRowsRestructureEnd(java.lang.Object parent,
java.lang.Object visibleParent) |
protected void |
fireRowsShown(java.util.List<?> rows,
java.lang.Object visibleParent,
int visibleIndex) |
protected void |
fireValueChanged(java.lang.Object child,
int columnIndex,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
removeAuditModelListener(AuditModelListener listener)
Removes an audit model listener from this model.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFilter, clear, findFilter, getChildComparator, getChildCount, getChildren, getColumn, getColumnCount, getColumnIndex, getCount, getDisplayable, getFocusLocation, getIndexOf, getLocation, getLocations, getParent, getProfile, getRoot, getSeverity, getSortColumn, getSortDirection, getTransformsApplied, getType, getValue, getViolation, getVisibleChildCount, getVisibleChildren, getVisibleIndexOf, getVisibleParent, hasChildren, hasVisibleChildren, isLeaf, isOutOfBand, isOutOfBand, isViolation, isVisible, iterateChildren, iterateViolations, removeFilter, setSortColumn, setTransformDone, setTransformUndone, setValue
auditorCleared, auditStarted, auditStopped, issueReported, locationEntered, locationExited, modelEntered, modelExited, phaseStarted, valueReported
public void addAuditModelListener(AuditModelListener listener)
AuditModel
addAuditModelListener
in interface AuditModel
public void removeAuditModelListener(AuditModelListener listener)
AuditModel
removeAuditModelListener
in interface AuditModel
protected void fireAuditStarted(java.util.List<Metric> columns, java.util.List<Location> locations, java.lang.Object root, java.lang.Class type)
protected void fireAuditStopped(boolean cancelled)
protected void fireRowsInserted(java.util.List<?> rows, java.lang.Object parent, int index)
protected void fireRowsRemoved(java.util.List<?> rows, java.lang.Object parent, int index)
protected void fireRowsShown(java.util.List<?> rows, java.lang.Object visibleParent, int visibleIndex)
protected void fireRowsHidden(java.util.List<?> rows, java.lang.Object visibleParent, int visibleIndex)
protected void fireRowsRestructureBegin(java.lang.Object parent, java.lang.Object visibleParent)
protected void fireRowsRestructureEnd(java.lang.Object parent, java.lang.Object visibleParent)
protected void fireCountChanged(java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
protected void fireValueChanged(java.lang.Object child, int columnIndex, java.lang.Object oldValue, java.lang.Object newValue)
protected void fireModelResorted()
protected void fireAppliedTransformsChanged(java.lang.Object row, java.util.List<Transform> transforms)