org.gnu.gnome.event
public static class AppBarEvent.Type extends EventType
Deprecated: Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
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. |
Deprecated: Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
Emitted when the prompt is cleared.Deprecated: Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
Emitted when the user hits enter after a prompt.