Package xal.app.knobs

Interface KnobsMessageListener


  • public interface KnobsMessageListener
    receiver of application wide messages
    • 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