Class SelectionPropertyUpdateEvent


  • public final class SelectionPropertyUpdateEvent
    extends java.lang.Object
    Event object that will be posted to the editor's event bus when the current selection receives property changes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.inductiveautomation.ignition.common.gson.JsonObject changes  
      java.lang.String rootViewPath  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectionPropertyUpdateEvent​(java.lang.String rootViewPath, com.inductiveautomation.ignition.common.gson.JsonObject changes)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rootViewPath

        public final java.lang.String rootViewPath
      • changes

        public final com.inductiveautomation.ignition.common.gson.JsonObject changes
    • Constructor Detail

      • SelectionPropertyUpdateEvent

        public SelectionPropertyUpdateEvent​(java.lang.String rootViewPath,
                                            com.inductiveautomation.ignition.common.gson.JsonObject changes)