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 DiffListener
difference
- the difference that has been detected.DiffListener.reportDiff(net.sf.clirr.core.ApiDifference)
public void start()
start
in interface DiffListener
DiffListener.start()
public void stop()
stop
in interface DiffListener
DiffListener.stop()
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.