public class DelegatingListener extends Object implements MojoDiffListener
| Constructor and Description |
|---|
DelegatingListener(List<net.sf.clirr.core.DiffListener> listeners,
net.sf.clirr.core.Severity minSeverity,
List<Difference> ignored) |
| Modifier and Type | Method and Description |
|---|---|
void |
reportDiff(net.sf.clirr.core.ApiDifference apiDifference) |
void |
reportIgnoredDiff(net.sf.clirr.core.ApiDifference ignoredDiff,
Difference reason) |
void |
start() |
void |
stop() |
public DelegatingListener(List<net.sf.clirr.core.DiffListener> listeners, net.sf.clirr.core.Severity minSeverity, List<Difference> ignored)
public void start()
start in interface net.sf.clirr.core.DiffListenerpublic void reportDiff(net.sf.clirr.core.ApiDifference apiDifference)
reportDiff in interface net.sf.clirr.core.DiffListenerpublic void reportIgnoredDiff(net.sf.clirr.core.ApiDifference ignoredDiff,
Difference reason)
reportIgnoredDiff in interface MojoDiffListenerpublic void stop()
stop in interface net.sf.clirr.core.DiffListenerCopyright © 2006–2016 MojoHaus. All rights reserved.