Class ProjectRebuiltEvent
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.cache.ProjectRebuiltEvent
 
 
- 
public class ProjectRebuiltEvent extends java.lang.ObjectThe ProjectRebuiltEvent is fired on thePerspectiveProjectCacheevent bus when an existingProjecthas had its component resources (list of js, css files needed) changed. 
- 
- 
Field Summary
Fields Modifier and Type Field Description PerspectiveProjectproject 
- 
Constructor Summary
Constructors Constructor Description ProjectRebuiltEvent(PerspectiveProject project) 
 - 
 
- 
- 
Field Detail
- 
project
public final PerspectiveProject project
 
 - 
 
- 
Constructor Detail
- 
ProjectRebuiltEvent
public ProjectRebuiltEvent(@Nonnull PerspectiveProject project) 
 - 
 
 -