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 TokenEventHandler
TokenEvent. getHandler()
Returns theTokenEventHandler
actor 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 class
ProgrammaticSink
For programmatically hooking into a flow and receive tokens.
-