Class ProjectDeletedEvent

java.lang.Object
com.inductiveautomation.perspective.gateway.cache.ProjectDeletedEvent

public class ProjectDeletedEvent extends Object
The ProjectDeletedEvent is fired on the PerspectiveProjectCache event bus when a Project is deleted. It is a simple container of the project ID of the deleted project.
  • Field Details

    • projectName

      public final String projectName
  • Constructor Details

    • ProjectDeletedEvent

      public ProjectDeletedEvent(String projectName)