Interface FieldMouseListener

  • All Known Implementing Classes:
    DecompilerPanel, ListingPanel

    public interface FieldMouseListener
    Listener interface for mouse pressed events in the field panel.
    • Method Detail

      • buttonPressed

        void buttonPressed​(FieldLocation location,
                           Field field,
                           java.awt.event.MouseEvent ev)
        Called whenever the mouse button is pressed.
        Parameters:
        location - the field location of the mouse pointer
        field - the Field object that was clicked on
        ev - the mouse event that generated this call.