FileDocCategorySizeDatePackage
UnitTestEvent.javaAPI DocphoneME MR2 API (J2ME)1339Wed May 02 18:00:00 BST 2007com.sun.midp.events

UnitTestEvent

public class UnitTestEvent extends NativeEvent
A NativeEvent for test purposes. It allows JavaCreation of native events.

Fields Summary
Constructors Summary
public UnitTestEvent(int eventType)
Construct a native event from Java code.

	type = eventType;
    
Methods Summary