iaik.utils
Interface EOFListener

All Known Implementing Classes:
DigestedDataStream, SignedAndEnvelopedDataStream, SignedDataStream

public interface EOFListener
extends java.util.EventListener

The listener interface for receiving EOF events. In combination with the NotifyEOFInputStream this interface can be used to receive an event if the end of a stream has been reached.


Method Summary
 void notifyEOF()
          An event notifying that the end of a stream has been reached.
 

Method Detail

notifyEOF

public void notifyEOF()
               throws java.io.IOException
An event notifying that the end of a stream has been reached.