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 Summary
Fields Modifier and Type Field Description java.lang.StringprojectName 
- 
Constructor Summary
Constructors Constructor Description ProjectDeletedEvent(java.lang.String projectName) 
 -