org.gnu.gnome.event

Class AppBarEvent.Type

Enclosing Class:
AppBarEvent

public static class AppBarEvent.Type
extends EventType

Type of a AppBarEvent

Field Summary

static AppBarEvent.Type
CLEAR_PROMPT
Emitted when the prompt is cleared.
static AppBarEvent.Type
USER_RESPONSE
Emitted when the user hits enter after a prompt.

Field Details

CLEAR_PROMPT

public static final AppBarEvent.Type CLEAR_PROMPT
Emitted when the prompt is cleared.

USER_RESPONSE

public static final AppBarEvent.Type USER_RESPONSE
Emitted when the user hits enter after a prompt.