de.intarsys.pdf.cos
Interface ICOSDocumentListener
public interface ICOSDocumentListener
A listener for changes in a COSDocument.
changed
void changed(COSDocument document,
Object slot,
Object oldValue,
Object newValue)
- A COSDocument has changed its internal state.
- Parameters:
document - The document that has changedslot - 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.
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.