Class UnknownContext
java.lang.Object
com.itextpdf.commons.actions.contexts.UnknownContext
- All Implemented Interfaces:
-
IContext
The fallback
IContext
.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Depending on its internal state allows or rejects all event.
-
Field Details
-
Constructor Details
-
UnknownContext
public UnknownContext(boolean allowEvents) Creates a fallbackIContext
.- Parameters:
-
allowEvents
- defines whether the context allows all events or not
-
-
Method Details
-
isAllowed
Depending on its internal state allows or rejects all event. Behaviour is defined via constructorUnknownContext(boolean)
-