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 data
type
- event type
Copyright © 1998–2017 iText Group NV. All rights reserved.