Interface FieldMouseListener

All Known Implementing Classes:
DecompilerPanel, ListingPanel

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

    Modifier and Type
    Method
    Description
    void
    Called whenever the mouse button is pressed.
  • Method Details

    • buttonPressed

      void buttonPressed(FieldLocation location, Field field, 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.