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