Package ghidra.app.services
Interface GoToServiceListener
- All Known Implementing Classes:
GoToAddressLabelDialog
public interface GoToServiceListener
Listener that is notified when the GOTO completes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
gotoCompleted
(String queryString, boolean foundResults) Notification that the GOTO completed.void
gotoFailed
(Exception exc) Notification that the GOTO failed with an exception.