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 SummaryFields Modifier and Type Field Description PerspectiveProjectproject
 - 
Constructor SummaryConstructors Constructor Description ProjectRebuiltEvent(PerspectiveProject project)
 
- 
- 
- 
Field Detail- 
projectpublic final PerspectiveProject project 
 
- 
 - 
Constructor Detail- 
ProjectRebuiltEventpublic ProjectRebuiltEvent(@Nonnull PerspectiveProject project)
 
- 
 
-