Uses of Interface
org.htmlcleaner.audit.HtmlModificationListener
-
Packages that use HtmlModificationListener Package Description org.htmlcleaner org.htmlcleaner.audit -
-
Uses of HtmlModificationListener in org.htmlcleaner
Classes in org.htmlcleaner that implement HtmlModificationListener Modifier and Type Class Description classCleanerPropertiesProperties defining cleaner's behaviourFields in org.htmlcleaner with type parameters of type HtmlModificationListener Modifier and Type Field Description private java.util.List<HtmlModificationListener>CleanerProperties. htmlModificationListenersMethods in org.htmlcleaner with parameters of type HtmlModificationListener Modifier and Type Method Description voidCleanerProperties. addHtmlModificationListener(HtmlModificationListener listener)Adds a listener to the list of objects that will be notified about changes that cleaner does during cleanup process. -
Uses of HtmlModificationListener in org.htmlcleaner.audit
Classes in org.htmlcleaner.audit that implement HtmlModificationListener Modifier and Type Class Description classHtmlModificationListenerLogger
-