EventInfoFactory Class
A factory for creating EventInfo to be passed to the FireEvent method of Java test objects.

C# Syntax

public class EventInfoFactory 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Java.EventInfoFactory

Public Constructors
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateJavaEventInfoCreates a JavaEventInfo with the given parameters.  
Public Methodstatic (Shared in Visual Basic)CreateKeyboardEventInfoOverloaded. Creates a KeyboardEventInfo object with the given parameters.  
Public Methodstatic (Shared in Visual Basic)CreateMouseEventInfoOverloaded. Creates a MouseEventInfo object with the given parameters.  
Public Methodstatic (Shared in Visual Basic)CreateUiEventInfoCreates a UiEventInfo for the give UiEvent.  
Top