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 TypeMethodDescriptionvoid
onConfirmReading
(long docId) Invoked when the reading of a document has been confirmedvoid
onNewReadingRequests
(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
-