com.mindfusion.pdf
Interface INotify<T>

All Known Implementing Classes:
PdfCatalog, PdfFont, PdfFontDescription, PdfFunction, PdfGraphicsState, PdfHref, PdfImage, PdfImageHolder, PdfObject, PdfPage, PdfPagesRoot, PdfPath, PdfPattern, PdfShading, PdfText

public interface INotify<T>


Method Summary
 void OnAdded(int index)
           
 void OnChanged(int index, T oldValue, T newValue)
           
 

Method Detail

OnAdded

void OnAdded(int index)

OnChanged

void OnChanged(int index,
               T oldValue,
               T newValue)