Class ProjectDeletedEvent
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.cache.ProjectDeletedEvent
 
- 
 public class ProjectDeletedEvent extends java.lang.ObjectThe ProjectDeletedEvent is fired on thePerspectiveProjectCacheevent bus when aProjectis deleted. It is a simple container of the project ID of the deleted project.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringprojectName
 - 
Constructor SummaryConstructors Constructor Description ProjectDeletedEvent(java.lang.String projectName)
 
-