Package com.itextpdf.kernel.events
Interface IEventHandler
public interface IEventHandler
Interface for handling events. EventHandlers are added to the
EventDispatcher
.
-
Method Summary
-
Method Details
-
handleEvent
Hook for handling events. Implementations can access the PdfDocument instance associated to the specified Event or, if available, the PdfPage instance.- Parameters:
-
event
- the Event that needs to be processed
-