public interface DiffListener
Modifier and Type | Method and Description |
---|---|
void |
reportDiff(ApiDifference difference)
Called when an API difference has been detected.
|
void |
start()
Called when the listener should start listening.
|
void |
stop()
Called when the listener should stop listening.
|
void start()
void reportDiff(ApiDifference difference)
difference
- the difference that has been detected.void stop()
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.