public interface ICOSDocumentListener
COSDocument.| Modifier and Type | Method and Description |
|---|---|
void |
changed(COSDocument document,
Object slot,
Object oldValue,
Object newValue)
A COSDocument has changed its internal state.
|
void changed(COSDocument document, Object slot, Object oldValue, Object newValue)
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 © 2013 intarsys consulting GmbH. All Rights Reserved.