IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.script
Class LowLevelEvent

java.lang.Object   extended by com.rational.test.ft.script.LowLevelEvent
Direct Known Subclasses:
DelayEvent, LowLevelKeyEvent, LowLevelMouseEvent

public class LowLevelEvent
extends java.lang.Object

Represents a low level event. Emitting the event (by using com.rational.test.ft.object.interfaces.RootTestObject.emitLowLevelEvent) will play back the action to the system under test.

See Also:
SubitemFactory.keyDown(String), SubitemFactory.keyUp(String), SubitemFactory.leftMouseButtonDown(), SubitemFactory.leftMouseButtonUp(), SubitemFactory.middleMouseButtonDown(), SubitemFactory.middleMouseButtonUp(), SubitemFactory.rightMouseButtonDown(), SubitemFactory.rightMouseButtonUp(), SubitemFactory.mouseMove(Point), SubitemFactory.mouseWheel(int), SubitemFactory.delay(int), RootTestObject.emitLowLevelEvent(LowLevelEvent[]), RootTestObject.emitLowLevelEvent(LowLevelEvent)

Constructor Summary
protected LowLevelEvent()
           
protected LowLevelEvent(com.rational.test.ft.sys.graphical.Event e)
           
 
Method Summary
 void emit()
          Emits (plays back) the underlying low level event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowLevelEvent

protected LowLevelEvent()

LowLevelEvent

protected LowLevelEvent(com.rational.test.ft.sys.graphical.Event e)
Method Detail

emit

public void emit()
Emits (plays back) the underlying low level event.

Since:
RFT2.0
See Also:
RootTestObject.emitLowLevelEvent(LowLevelEvent[]), RootTestObject.emitLowLevelEvent(LowLevelEvent)