Uses of Interface
adams.flow.core.TokenEventHandler
-
Packages that use TokenEventHandler Package Description adams.event adams.flow.sink -
-
Uses of TokenEventHandler in adams.event
Methods in adams.event that return TokenEventHandler Modifier and Type Method Description TokenEventHandlerTokenEvent. getHandler()Returns theTokenEventHandleractor that triggered the event.Constructors in adams.event with parameters of type TokenEventHandler Constructor Description TokenEvent(TokenEventHandler source, Token token)Initializes the event. -
Uses of TokenEventHandler in adams.flow.sink
Classes in adams.flow.sink that implement TokenEventHandler Modifier and Type Class Description classProgrammaticSinkFor programmatically hooking into a flow and receive tokens.
-