intarsys PDF library API

de.intarsys.pdf.cos
Interface ICOSDocumentListener


public interface ICOSDocumentListener

A listener for changes in a COSDocument.


Method Summary
 void changed(COSDocument document, Object slot, Object oldValue, Object newValue)
          A COSDocument has changed its internal state.
 

Method Detail

changed

void changed(COSDocument document,
             Object slot,
             Object oldValue,
             Object newValue)
A COSDocument has changed its internal state.

Parameters:
document - The document that has changed
slot - The slot in the object that has changed (or null for unspecified change).
oldValue - The old value of the slot if known.
newValue - The new value of the slot if known.

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.