com.hp.lft.sdk.java

Class JavaEventInfo

  • java.lang.Object
    • com.hp.lft.sdk.java.JavaEventInfo
  • All Implemented Interfaces:
    EventInfo


    public class JavaEventInfo
    extends java.lang.Object
    implements EventInfo
    A Java technology event info to be used by fireEvent methods.
    • Method Summary

      Modifier and TypeMethod and Description
      java.lang.Object[]getArgs()
      Returns the parameters of the event's constructor except for the source and EventID.
      java.lang.StringgetClassName()
      Returns the name of the Java class representing the event to be activated.
      java.lang.StringgetEventId()
      Returns the event ID number or the final field string that represents the event ID.
      • Methods inherited from class java.lang.Object

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

      • getClassName

        public java.lang.String getClassName()
        Returns the name of the Java class representing the event to be activated.
        Returns:
        the name of the Java class representing the event to be activated.
      • getEventId

        public java.lang.String getEventId()
        Returns the event ID number or the final field string that represents the event ID.
        Returns:
        the event ID number or the final field string that represents the event ID.
      • getArgs

        public java.lang.Object[] getArgs()
        Returns the parameters of the event's constructor except for the source and EventID.
        Returns:
        the parameters of the event's constructor except for the source and EventID.