public interface IEventFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(IEventData data,
EventType type)
This method checks an event and decides whether it should be processed further (corresponds to
true
return value), or filtered out (corresponds to false return value). |
boolean accept(IEventData data, EventType type)
true
return value), or filtered out (corresponds to false return value).data - event datatype - event typeCopyright © 1998–2022 iText Group NV. All rights reserved.