Uses of Interface
com.itextpdf.commons.actions.IEventHandler
Packages that use IEventHandler
-
Uses of IEventHandler in com.itextpdf.commons.actions
Classes in com.itextpdf.commons.actions that implement IEventHandlerModifier and TypeClassDescriptionclass
Base class for events handling depending on the context.(package private) final class
Handles events based oh their origin.Fields in com.itextpdf.commons.actions with type parameters of type IEventHandlerMethods in com.itextpdf.commons.actions with parameters of type IEventHandlerModifier and TypeMethodDescriptionboolean
EventManager.isRegistered
(IEventHandler handler) Check if the handler was registered for event handling process.void
EventManager.register
(IEventHandler handler) Add newIEventHandler
to the event handling process.boolean
EventManager.unregister
(IEventHandler handler) Removes handler from event handling process.