org.pdfsam.plugin.docinfo.GUI
Class SetMetaFieldsHook

java.lang.Object
  extended by org.pdfsam.plugin.docinfo.GUI.SetMetaFieldsHook
All Implemented Interfaces:
PdfDocumentLoadedHook

public class SetMetaFieldsHook
extends java.lang.Object
implements PdfDocumentLoadedHook

Hook called after the document has been loaded

Author:
Andrea Vacondio

Constructor Summary
SetMetaFieldsHook(DocInfoMainGUI panel)
           
 
Method Summary
 void afterDocumentLoaded()
          hook executed after a document is loaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetMetaFieldsHook

public SetMetaFieldsHook(DocInfoMainGUI panel)
Parameters:
panel -
Method Detail

afterDocumentLoaded

public void afterDocumentLoaded()
Description copied from interface: PdfDocumentLoadedHook
hook executed after a document is loaded

Specified by:
afterDocumentLoaded in interface PdfDocumentLoadedHook