Interface ReadingRequestObserver
- All Known Implementing Classes:
ReadingRequestsPanel,StatusBarIcons
public interface ReadingRequestObserver
Listener on documents events
- Since:
- 6.7
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier 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
-
onConfirmReading
void onConfirmReading(long docId) Invoked when the reading of a document has been confirmed- Parameters:
docId- identifier of the document
-
onNewReadingRequests
Notifies the arrival of new reading requests- Parameters:
readings- The new readings
-