Class JavaEventInfo

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

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

    • getClassName

      public 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 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 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.