Class ProjectUpdatedEvent
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.cache.ProjectUpdatedEvent
 
 
- 
public class ProjectUpdatedEvent extends java.lang.ObjectThe ProjectUpdatedEvent is fired on thePerspectiveProjectCacheevent bus when an existingProjectis updated. It is a simple container of thePerspectiveProjectof the updated project. 
- 
- 
Field Summary
Fields Modifier and Type Field Description PerspectiveProjectproject 
- 
Constructor Summary
Constructors Constructor Description ProjectUpdatedEvent(PerspectiveProject project) 
 - 
 
- 
- 
Field Detail
- 
project
public final PerspectiveProject project
 
 - 
 
- 
Constructor Detail
- 
ProjectUpdatedEvent
public ProjectUpdatedEvent(@Nonnull PerspectiveProject project) 
 - 
 
 -