Package ghidra.framework.main
Interface FrontEndService
-
- All Known Implementing Classes:
FrontEndPlugin
public interface FrontEndService
Interface for accessing front-end functionality.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addProjectListener(ProjectListener l)
Adds the specified listener to the front-end tool.void
removeProjectListener(ProjectListener l)
Removes the specified listener from the front-end tool.
-
-
-
Method Detail
-
addProjectListener
void addProjectListener(ProjectListener l)
Adds the specified listener to the front-end tool.- Parameters:
l
- the project listener
-
removeProjectListener
void removeProjectListener(ProjectListener l)
Removes the specified listener from the front-end tool.- Parameters:
l
- the project listener
-
-