Interface ReadingRequestObserver
- All Known Implementing Classes:
- ReadingRequestsPanel,- StatusBarIcons
public interface ReadingRequestObserver
Listener on documents events
- Since:
- 6.7
- Author:
- Marco Meschieri - LogicalDOC
- 
Method SummaryModifier and TypeMethodDescriptionvoidonConfirmReading(long docId) Invoked when the reading of a document has been confirmedvoidonNewReadingRequests(List<GUIReadingRequest> readings) Notifies the arrival of new reading requests
- 
Method Details- 
onConfirmReadingvoid onConfirmReading(long docId) Invoked when the reading of a document has been confirmed- Parameters:
- docId- identifier of the document
 
- 
onNewReadingRequestsNotifies the arrival of new reading requests- Parameters:
- readings- The new readings
 
 
-