Package ghidra.framework.main
Interface FrontEndService
- 
- All Known Implementing Classes:
 FrontEndPlugin
public interface FrontEndServiceInterface for accessing front-end functionality. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddProjectListener(ProjectListener l)Adds the specified listener to the front-end tool.voidremoveProjectListener(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
 
 - 
 
 -