public interface IEventListener
PdfCanvasProcessor
as various events occur (see EventType
).
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(IEventData data, EventType type)
Called when some event occurs during parsing a content stream.
|
Set<EventType> |
getSupportedEvents()
Provides the set of event types this listener supports.
|
void eventOccurred(IEventData data, EventType type)
data
- Combines the data required for processing corresponding event type.
type
- Event type.
Copyright © 1998–2017 iText Group NV. All rights reserved.