Class ProjectDeletedEvent


  • public class ProjectDeletedEvent
    extends java.lang.Object
    The ProjectDeletedEvent is fired on the PerspectiveProjectCache event bus when a Project is deleted. It is a simple container of the project ID of the deleted project.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String projectName  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectDeletedEvent​(java.lang.String projectName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • projectName

        public final java.lang.String projectName
    • Constructor Detail

      • ProjectDeletedEvent

        public ProjectDeletedEvent​(java.lang.String projectName)