UnitTestEventpublic class UnitTestEvent extends NativeEvent A NativeEvent for test purposes. It allows JavaCreation of native
events. |
Constructors Summary |
---|
public UnitTestEvent(int eventType)Construct a native event from Java code.
type = eventType;
|
|