Interface MouseButtonListener

  • All Known Implementing Classes:
    DockingWindowActionMouseButtonListener

    public interface MouseButtonListener
    A listener for mouse button events, ie press, release and click.
    Since:
    IDW 1.3.0
    • Method Detail

      • mouseButtonEvent

        void mouseButtonEvent​(java.awt.event.MouseEvent event)
        A mouse button event occured.
        Parameters:
        event - the mouse button event