org.pdfsam.plugin.docinfo.GUI
Class SetMetaFieldsHook

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

public class SetMetaFieldsHook
extends java.lang.Object
implements org.pdfsam.guiclient.commons.business.loaders.PdfDocumentLoadedHook

Hook called after the document has been loaded

Author:
Andrea Vacondio

Constructor Summary
SetMetaFieldsHook(DocInfoMainGUI panel)
           
 
Method Summary
 void afterDocumentLoaded()
           
 
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()
Specified by:
afterDocumentLoaded in interface org.pdfsam.guiclient.commons.business.loaders.PdfDocumentLoadedHook