java.lang.Object
com.inductiveautomation.perspective.gateway.messages.EventFiredMsg

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

  • Constructor Details

    • EventFiredMsg

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

    • getView

      public String getView()
    • getComponent

      public String getComponent()
    • getEventType

      public String getEventType()
    • getEventName

      public String getEventName()
    • getEvent

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