Class EventFiredMsg


  • public class EventFiredMsg
    extends java.lang.Object
    Created by carlg on 2/15/2017.
    • Field Summary

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

      Constructors 
      Constructor Description
      EventFiredMsg​(java.lang.String view, java.lang.String component, java.lang.String eventType, java.lang.String eventName, com.inductiveautomation.ignition.common.gson.JsonObject event)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComponent()  
      com.inductiveautomation.ignition.common.gson.JsonObject getEvent()  
      java.lang.String getEventName()  
      java.lang.String getEventType()  
      java.lang.String getView()  
      • Methods inherited from class java.lang.Object

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

      • EventFiredMsg

        public EventFiredMsg​(java.lang.String view,
                             java.lang.String component,
                             java.lang.String eventType,
                             java.lang.String eventName,
                             com.inductiveautomation.ignition.common.gson.JsonObject event)
    • Method Detail

      • getView

        public java.lang.String getView()
      • getComponent

        public java.lang.String getComponent()
      • getEventType

        public java.lang.String getEventType()
      • getEventName

        public java.lang.String getEventName()
      • getEvent

        public com.inductiveautomation.ignition.common.gson.JsonObject getEvent()