Interface FrontEndService

  • All Known Implementing Classes:
    FrontEndPlugin

    public interface FrontEndService
    Interface for accessing front-end functionality.
    • 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