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

AutoEvent

public interface AutoEvent
Represents event in event queue.

Fields Summary
Constructors Summary
Methods Summary
public AutoEventDatagetEventData()
Gets event's data.

return
AutoEventData representing event's data

public AutoEventStategetEventState()
Gets current event's state.

return
AutoEventState representing current event's state

public voidwaitFor(AutoEventState state)
Waits (blocks) until event reaches specified state.

param
state state to wait for