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

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

Parameters:
diff - the API difference


Copyright © 2003-2005 Lars Kühne. All Rights Reserved.