com.jaxfront.core.dom
Class HistoryLoggingListener
java.lang.Object
com.jaxfront.core.dom.LoggingListener
com.jaxfront.core.dom.HistoryLoggingListener
public class HistoryLoggingListener
- extends LoggingListener
Defines a listener for logging changes occured in the target DOM. Every listener defines the source, the scope and the logLevel. The scope of a
logListener maybe just its source or the whole subtree of this source.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryLoggingListener
public HistoryLoggingListener(Document dom,
java.lang.String scope,
java.lang.String logLevel,
java.util.Vector fingerPrintActions)
apply
public void apply(Type source,
DOMChangeEvent event,
java.lang.String oldValue)
- Description copied from class:
LoggingListener
- Adds a logEntry if the passing source is addressing this loggingListener.
- Overrides:
apply in class LoggingListener
- Parameters:
source - of an occured changeoldValue - forerunner value of the source
getFingerprintLogActions
public static java.util.Vector getFingerprintLogActions()
setLogOnlyMetaData
public void setLogOnlyMetaData(boolean logOnlyMetaData)
setLogStructureChanges
public void setLogStructureChanges(boolean logStructureChanges)