org.icepdf.ri.common.MutableDocument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icepdf-viewer Show documentation
Show all versions of icepdf-viewer Show documentation
ICEpdf Java Swing/AWT reference implementation.
The newest version!
package org.icepdf.ri.common;
/**
* Captures the life cycle of an open/close document cycle for many document related utility panels and dialogs.
*/
public interface MutableDocument {
/**
* Swing controller should be checked to retrieve a new document instance.
*/
void refreshDocumentInstance();
/**
* Swing controller is calling dispose and any post document clean up should be made.
*/
void disposeDocument();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy