Interface VisualReceiver

  • All Known Implementing Classes:
    VFSLogFilePatternReceiver

    public interface VisualReceiver
    If a receiver has a visual component, implement this interface and Chainsaw will call 'setContainer' passing in a container that the receiver can use.

    For example, VFSLogFilePatternReceiver provides an optional 'promptForUserInfo', that when set to true, will allow a login dialog to be displayed on top of the Chainsaw window.

    Author:
    Scott Deboy<sdeboy@apache.org>
    • Method Detail

      • setContainer

        void setContainer​(Container container)
        Provides access to a container.
        Parameters:
        container -