AutoEventpublic interface AutoEvent Represents event in event queue. |
Methods Summary |
---|
public AutoEventData | getEventData()Gets event's data.
| public AutoEventState | getEventState()Gets current event's state.
| public void | waitFor(AutoEventState state)Waits (blocks) until event reaches specified state.
|
|