Interface IProjectChange

All Known Implementing Classes:
ProjectChange

public interface IProjectChange
A project change holds information required for opening a project from another started project.

Classes that implement this interface contain information about the URL for the newly started project and a flag indicating if the project should be opened in a new browser tab or in the same browser tab.

Since:
9.8
Author:
V.Moldovan, Petru Galanton
  • Method Details

    • isNewTab

      boolean isNewTab()
      Returns:
      Whether the client should open the new session in a new tab or in the same tab.
    • getUrl

      String getUrl()
      Returns:
      The URL where the window should set its next location.
    • getNewSessionId

      String getNewSessionId()
      Returns:
      The session id of the new session.