net.sf.clirr.event
Class DiffListenerAdapter

java.lang.Object
  extended bynet.sf.clirr.event.DiffListenerAdapter
All Implemented Interfaces:
DiffListener
Direct Known Subclasses:
net.sf.clirr.event.FileDiffListener

public class DiffListenerAdapter
extends java.lang.Object
implements DiffListener

Provides empty implementations for all methods in the DiffListener interface.

Author:
lkuehne

Constructor Summary
DiffListenerAdapter()
           
 
Method Summary
 void reportDiff(ApiDifference difference)
          Does nothing
 void start()
          Does nothing
 void stop()
          Does nothing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffListenerAdapter

public DiffListenerAdapter()
Method Detail

reportDiff

public void reportDiff(ApiDifference difference)
Does nothing

Specified by:
reportDiff in interface DiffListener
Parameters:
difference - the difference that has been detected.
See Also:
DiffListener.reportDiff(ApiDifference)

start

public void start()
Does nothing

Specified by:
start in interface DiffListener
See Also:
DiffListener.start()

stop

public void stop()
Does nothing

Specified by:
stop in interface DiffListener
See Also:
DiffListener.stop()


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