Interface FieldSelectionListener

All Known Implementing Classes:
DecompilerPanel, ListingPanel

public interface FieldSelectionListener
Listener interface for when the selection changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the FieldViewer selection changes.
  • Method Details

    • selectionChanged

      void selectionChanged(FieldSelection selection, EventTrigger trigger)
      Called whenever the FieldViewer selection changes.
      Parameters:
      selection - the new selection.
      trigger - indicates the cause of the selection changing