All components in the processing chain which operate on single tokens need to implement this interface and register with one of the previous components (in the processing pipeline).
The method wordReceived() will be called each time a new token arrives.
wordReceived(WordEvent)
wordReceivedpublic void wordReceived(WordEvent event)
event - the event containing the word's features.