Interface ButtonPressedListener

  • All Known Implementing Classes:
    FieldNavigator

    public interface ButtonPressedListener
    Listener that is notified when a mouse button is pressed.
    • Method Detail

      • buttonPressed

        void buttonPressed​(ProgramLocation location,
                           FieldLocation fieldLocation,
                           ListingField field,
                           java.awt.event.MouseEvent event)
        Notification that a mouse button was pressed.
        Parameters:
        location - program location when the button was pressed
        fieldLocation - locations within the FieldPanel
        field - field from the ListingPanel
        event - mouse event for the button pressed