Package ghidra.framework.model
Interface ProjectListener
-
- All Known Implementing Classes:
CheckoutsDialog,FileSystemBrowserPlugin,ImporterPlugin,VersionHistoryDialog
public interface ProjectListenerListener that is notified when a project is opened, closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprojectClosed(Project project)Notification that the given project is closed.voidprojectOpened(Project project)Notification that the given project is open.
-