com.hp.lft.sdk.web

Class EventInfo

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


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

      Modifier and TypeMethod and Description
      java.lang.StringgetType()
      Returns the type of event.
      protected voidsetType(java.lang.String type)
      Sets the type of event.
      • Methods inherited from class java.lang.Object

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

      • getType

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