Class EventInfo

java.lang.Object
com.hp.lft.sdk.web.EventInfo
Direct Known Subclasses:
MouseEventInfo

public class EventInfo extends Object
The HTML event info to be used for the FireEvent method.
  • Method Details

    • setType

      protected void setType(String type)
      Sets the type of event.
      Parameters:
      type - the type of event. The event can be any HTML DOM event. For details, see http://www.w3schools.com/jsref/dom_obj_event.asp
    • getType

      public String getType()
      Returns the type of event.
      Returns:
      the type of event.