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

    Modifier and Type
    Method
    Description
    void
    Notification that the given project is closed.
    void
    Notification that the given project is open.
  • Method Details

    • projectOpened

      void projectOpened(Project project)
      Notification that the given project is open.
      Parameters:
      project - project that is opened
    • projectClosed

      void projectClosed(Project project)
      Notification that the given project is closed.
      Parameters:
      project - project that is closed