Package com.itextpdf.commons.actions
Interface IEventHandler
-
- All Known Implementing Classes:
AbstractContextBasedEventHandler,AbstractPdfDocumentEventHandler,ProductEventHandler,SignatureMacIntegrityProtector.SignatureMacContainerEmbedder,SignatureMacIntegrityProtector.SignatureMacPdfObjectAdder,StandaloneMacIntegrityProtector.StandaloneMacContainerEmbedder,StandaloneMacIntegrityProtector.StandaloneMacPdfObjectAdder
public interface IEventHandlerThe interface for an event handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(IEvent event)Handles the event.
-
-
-
Method Detail
-
onEvent
void onEvent(IEvent event)
Handles the event.- Parameters:
event- to handle
-
-