Package com.itextpdf.commons.actions
Class AbstractITextEvent
java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
- All Implemented Interfaces:
IEvent
- Direct Known Subclasses:
AbstractITextConfigurationEvent
,AbstractProductITextEvent
,AbstractTypographyApplier
Abstract class which defines events only for internal usage.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates an instance of abstract iText event. -
Method Summary
Modifier and TypeMethodDescription(package private) static void
registerNamespace
(String namespace)
-
Field Details
-
ONLY_FOR_INTERNAL_USE
- See Also:
-
INTERNAL_PACKAGES
-
-
Constructor Details
-
AbstractITextEvent
protected AbstractITextEvent()Creates an instance of abstract iText event. Only for internal usage.
-
-
Method Details
-
registerNamespace
-