net.sf.clirr.core.internal
Interface ApiDiffDispatcher

All Known Implementing Classes:
Checker

public interface ApiDiffDispatcher

Distributes API differences to listeners.


Method Summary
 void fireDiff(ApiDifference diff)
          Called by checks to inform listeners that an API difference has been detected.
 

Method Detail

fireDiff

public void fireDiff(ApiDifference diff)
Called by checks to inform listeners that an API difference has been detected.

Parameters:
diff - the API difference


Copyright © 2003-2007 Lars K??hne. All Rights Reserved.