- Enclosing class:
- PDDocument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Action to be performed before the
PDDocument is close- Author:
- Andrea Vacondio
-
Method Summary
Modifier and TypeMethodDescriptiondefault PDDocument.OnCloseandThen(PDDocument.OnClose after) voidonClose()Sets an action to be performed right before thisPDDocumentis closed.
-
Method Details
-
onClose
Sets an action to be performed right before thisPDDocumentis closed.- Throws:
IOException
-
andThen
-