Interface AUTH.UpHandler

  • Enclosing class:
    AUTH

    public static interface AUTH.UpHandler
    Interface to provide callbacks for handling up events
    • Method Detail

      • handleUpMessage

        boolean handleUpMessage​(Message msg)
        Called when a message has been received
        Parameters:
        msg - the message
        Returns:
        true if the message should be passed up, else false