Interface EntrySequenceListener
public interface EntrySequenceListener
Entry sequence listener.
- Since:
- 2.5
- Author:
- Michael Heuer
-
Method Summary
Modifier and TypeMethodDescriptionbooleanentrySequence(EntrySequence entrySequence) Notify this listener of the entry sequence has been read.
-
Method Details
-
entrySequence
Notify this listener of the entry sequence has been read.- Parameters:
entrySequence- entry sequence, must not be null- Returns:
- true to continue reading
-