Package ghidra.app.services
Interface ButtonPressedListener
- 
- All Known Implementing Classes:
- FieldNavigator
 
 public interface ButtonPressedListenerListener that is notified when a mouse button is pressed.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuttonPressed(ProgramLocation location, FieldLocation fieldLocation, ListingField field, java.awt.event.MouseEvent event)Notification that a mouse button was pressed.
 
- 
- 
- 
Method Detail- 
buttonPressedvoid 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
 
 
- 
 
-