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 voidTokenEventHandler. addTokenListener(TokenListener l)Adds the specified listener.voidTokenEventHandler. 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_TokenListenersthe 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 voidProgrammaticSink. addTokenListener(TokenListener l)Adds the specified listener.voidProgrammaticSink. removeTokenListener(TokenListener l)Removes the specified listener.
-