Interface FieldSelectionListener
- All Known Implementing Classes:
DecompilerPanel,ListingPanel
public interface FieldSelectionListener
Listener interface for when the selection changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidselectionChanged(FieldSelection selection, EventTrigger trigger) Called whenever the FieldViewer selection changes.
-
Method Details
-
selectionChanged
Called whenever the FieldViewer selection changes.- Parameters:
selection- the new selection.trigger- indicates the cause of the selection changing
-