Package ghidra.app.services
Interface ButtonPressedListener
- 
- All Known Implementing Classes:
 FieldNavigator
public interface ButtonPressedListenerListener that is notified when a mouse button is pressed. 
- 
- 
Method Summary
All 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
- 
buttonPressed
void 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 pressedfieldLocation- locations within the FieldPanelfield- field from the ListingPanelevent- mouse event for the button pressed
 
 - 
 
 -