Interface TokenEventHandler

    • Method Detail

      • addTokenListener

        void addTokenListener​(TokenListener l)
        Adds the specified listener.
        Parameters:
        l - the listener to add
      • removeTokenListener

        void removeTokenListener​(TokenListener l)
        Removes the specified listener.
        Parameters:
        l - the listener to remove
      • tokenListeners

        TokenListener[] tokenListeners()
        Returns the current listeners.
        Parameters:
        l - the listeners
      • notifyTokenListeners

        void notifyTokenListeners​(TokenEvent e)
        Notifies all the TokenListeners with the event.
        Parameters:
        e - the event to send