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.DiffListener
public void reportDiff(net.sf.clirr.core.ApiDifference apiDifference)
reportDiff
in interface net.sf.clirr.core.DiffListener
public void reportIgnoredDiff(net.sf.clirr.core.ApiDifference ignoredDiff, Difference reason)
reportIgnoredDiff
in interface MojoDiffListener
public void stop()
stop
in interface net.sf.clirr.core.DiffListener
Copyright © 2006–2016 MojoHaus. All rights reserved.