JavaEventInfo Class
A Java technology event info to be used by fireEvent methods.

C# Syntax

public class JavaEventInfo : IEventInfo  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Java.JavaEventInfo

Public Properties
 NameDescription
Public PropertyClassNameThe name of the Java class representing the event to be activated.  
Public PropertyEventArgsAny parameters of the event's constructor except the source and EventID.  
Public PropertyEventIdThe event ID number or the final field string that represents the event ID.  
Top