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