FileDocCategorySizeDatePackage
AutoEventState.javaAPI DocphoneME MR2 API (J2ME)1654Wed May 02 18:00:08 BST 2007com.sun.midp.automation

AutoEventState

public interface AutoEventState
Represents event's state.

Fields Summary
public static final AutoEventState
ENTERED_QUEUE
State representing following condition: event has entered event queue.
public static final AutoEventState
BEFORE_PROCESSING
State representing following condition: event is about to be processed.
public static final AutoEventState
PROCESSED
State representing following condition: event has been processed.
Constructors Summary
Methods Summary