Class JavaEventInfo
A Java technology event info to be used by fireEvent methods.
Implements
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class JavaEventInfo : IEventInfo
Properties
ClassName
The name of the Java class representing the event to be activated.
Declaration
public string ClassName { get; }
Property Value
| Type | Description |
|---|---|
| string |
EventArgs
Any parameters of the event's constructor except the source and EventID.
Declaration
public object[] EventArgs { get; }
Property Value
| Type | Description |
|---|---|
| object[] |
EventId
The event ID number or the final field string that represents the event ID.
Declaration
public string EventId { get; }
Property Value
| Type | Description |
|---|---|
| string |