MonkeyEventpublic abstract class MonkeyEvent extends Object abstract class for monkey event |
Fields Summary |
---|
protected int | eventType | public static final int | EVENT_TYPE_KEY | public static final int | EVENT_TYPE_POINTER | public static final int | EVENT_TYPE_TRACKBALL | public static final int | EVENT_TYPE_ACTIVITY | public static final int | EVENT_TYPE_FLIP | public static final int | EVENT_TYPE_THROTTLE | public static final int | INJECT_SUCCESS | public static final int | INJECT_FAIL | public static final int | INJECT_ERROR_REMOTE_EXCEPTION | public static final int | INJECT_ERROR_SECURITY_EXCEPTION |
Constructors Summary |
---|
public MonkeyEvent(int type)
eventType = type;
|
|