Uses of Class
adams.event.TokenEvent
-
Packages that use TokenEvent Package Description adams.event adams.flow.core adams.flow.sink -
-
Uses of TokenEvent in adams.event
Methods in adams.event with parameters of type TokenEvent Modifier and Type Method Description void
TokenListener. processToken(TokenEvent e)
Gets called when a token arrives in aTokenEventHandler
. -
Uses of TokenEvent in adams.flow.core
Methods in adams.flow.core with parameters of type TokenEvent Modifier and Type Method Description void
TokenEventHandler. notifyTokenListeners(TokenEvent e)
Notifies all theTokenListener
s with the event. -
Uses of TokenEvent in adams.flow.sink
Methods in adams.flow.sink with parameters of type TokenEvent Modifier and Type Method Description void
ProgrammaticSink. notifyTokenListeners(TokenEvent e)
Notifies all theTokenListener
s with the event.
-