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  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectionPropertyUpdateEvent​(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

      • changes

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

      • SelectionPropertyUpdateEvent

        public SelectionPropertyUpdateEvent​(com.inductiveautomation.ignition.common.gson.JsonObject changes)