Uses of Interface
adams.event.TokenListener
-
Packages that use TokenListener Package Description adams.flow.core adams.flow.sink -
-
Uses of TokenListener in adams.flow.core
Methods in adams.flow.core that return TokenListener Modifier and Type Method Description TokenListener[]
TokenEventHandler. tokenListeners()
Returns the current listeners.Methods in adams.flow.core with parameters of type TokenListener Modifier and Type Method Description void
TokenEventHandler. addTokenListener(TokenListener l)
Adds the specified listener.void
TokenEventHandler. removeTokenListener(TokenListener l)
Removes the specified listener. -
Uses of TokenListener in adams.flow.sink
Fields in adams.flow.sink with type parameters of type TokenListener Modifier and Type Field Description protected HashSet<TokenListener>
ProgrammaticSink. m_TokenListeners
the listeners to use.Methods in adams.flow.sink that return TokenListener Modifier and Type Method Description TokenListener[]
ProgrammaticSink. tokenListeners()
Returns the current listeners.Methods in adams.flow.sink with parameters of type TokenListener Modifier and Type Method Description void
ProgrammaticSink. addTokenListener(TokenListener l)
Adds the specified listener.void
ProgrammaticSink. removeTokenListener(TokenListener l)
Removes the specified listener.
-