Table of Contents

Class JavaEventInfo

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

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

public class JavaEventInfo : IEventInfo
Inheritance
JavaEventInfo
Implements
Inherited Members

Properties

ClassName

The name of the Java class representing the event to be activated.

public string ClassName { get; }

Property Value

string

EventArgs

Any parameters of the event's constructor except the source and EventID.

public object[] EventArgs { get; }

Property Value

object[]

EventId

The event ID number or the final field string that represents the event ID.

public string EventId { get; }

Property Value

string