Interface EntryFeatureListener
public interface EntryFeatureListener
Entry feature listener.
- Since:
- 2.5
- Author:
- Michael Heuer
-
Method Summary
Modifier and TypeMethodDescriptionbooleanentryFeature(EntryFeature entryFeature) Notify this listener of the entry feature has been read.
-
Method Details
-
entryFeature
Notify this listener of the entry feature has been read.- Parameters:
entryFeature- entry feature, must not be null- Returns:
- true to continue reading
-