Interface LaunchBoardListener


  • public interface LaunchBoardListener
    LaunchBoardListener is a listener of messages posted to the launch board.
    Author:
    tap
    • Method Detail

      • postMessage

        void postMessage​(Object source,
                         String message)
        Post an application wide message from the source
        Parameters:
        source - The source of the message
        message - The message posted
      • postErrorMessage

        void postErrorMessage​(Object source,
                              String message)
        Post an application wide error message from the source
        Parameters:
        source - The source of the message
        message - The message posted