Package com.hp.lft.sdk.java
Class JavaEventInfo
java.lang.Object
com.hp.lft.sdk.java.JavaEventInfo
- All Implemented Interfaces:
EventInfo
A Java technology event info to be used by fireEvent methods.
-
Method Summary
-
Method Details
-
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
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
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.
-