qflib 0.98.0

de.qfs.lib.util
Interface CountListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
StatusLine

public interface CountListener
extends java.util.EventListener

Interface for listeners to changes in a CountingInputStream.

Since:
0.96.0
Version:
$Revision: 1.2 $
Author:
Gregor Schmid

Method Summary
 void countChanged(CountEvent event)
          Notify the listener of a change in the read count.
 

Method Detail

countChanged

public void countChanged(CountEvent event)
Notify the listener of a change in the read count.
Parameters:
event - The event containing the details.

qflib 0.98.0