public class DiffListenerAdapter extends java.lang.Object implements DiffListener
| Constructor and Description |
|---|
DiffListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
reportDiff(ApiDifference difference)
Does nothing
|
void |
start()
Does nothing
|
void |
stop()
Does nothing
|
public void reportDiff(ApiDifference difference)
reportDiff in interface DiffListenerdifference - the difference that has been detected.DiffListener.reportDiff(net.sf.clirr.core.ApiDifference)public void start()
start in interface DiffListenerDiffListener.start()public void stop()
stop in interface DiffListenerDiffListener.stop()Copyright © 2003-2012 Lars K??hne. All Rights Reserved.