Package ghidra.framework.main
Interface FrontEndService
- All Known Implementing Classes:
FrontEndPlugin
public interface FrontEndService
Interface for accessing front-end functionality.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the specified listener to the front-end tool.void
Removes the specified listener from the front-end tool.
-
Method Details
-
addProjectListener
Adds the specified listener to the front-end tool.- Parameters:
l
- the project listener
-
removeProjectListener
Removes the specified listener from the front-end tool.- Parameters:
l
- the project listener
-