com.levigo.jadice.document.read
Interface ReaderListener

All Superinterfaces:
QualifiedLogListener
All Known Implementing Classes:
ReaderListenerAdapter

public interface ReaderListener
extends QualifiedLogListener

A listener used to receive notifications from a read process.


Nested Class Summary
static class ReaderListener.ReaderEvent
           
 
Method Summary
 void readStateChanged(ReaderListener.ReaderEvent event)
          Receive notification about a state transition in a read-process.
 
Methods inherited from interface com.levigo.util.log.qualified.QualifiedLogListener
error, fatal, warn
 

Method Detail

readStateChanged

void readStateChanged(ReaderListener.ReaderEvent event)
Receive notification about a state transition in a read-process.

Parameters:
event - the ReaderListener.ReaderEvent informing about the state change.


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.