Package com.hp.lft.sdk.web
Class EventInfo
java.lang.Object
com.hp.lft.sdk.web.EventInfo
- Direct Known Subclasses:
MouseEventInfo
The HTML event info to be used for the FireEvent method.
-
Method Summary
-
Method Details
-
setType
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
Returns the type of event.- Returns:
- the type of event.
-