net.sf.zekr.ui.helper
Interface EventProtocol

All Known Implementing Classes:
AboutForm, BaseForm, BookmarkItemForm, CustomPageModeForm, CustomTranslationListForm, ErrorForm, ManageScopesForm, ProgressForm, QuranForm, SearchScopeForm, UpdateForm

public interface EventProtocol

Since:
Zekr 1.0
Author:
Mohsen Saboorian

Field Summary
static java.lang.String CLEAR_CACHE_ON_EXIT
          Clear cache directory on application exit.
static int CUSTOM_ZEKR_EVENT
           
static java.lang.String END_WAITING
          Event to force a modal waiting form to close.
static java.lang.String GOTO_LOCATION
           
static java.lang.String RECREATE_VIEW
          Semi-restart the application.
static java.lang.String REFRESH_VIEW
          Refresh the view
static java.lang.String SPLASH_PROGRESS
          Event used to progress the progress bar of the splash screen at startup.
static java.lang.String SPLASH_PROGRESS_FULLY
          Event used for indicating that the progress bar of the splash screen is now complete.
static java.lang.String UPDATE_BOOKMARKS_MENU
          Tells the shell to update bookmarks menu (as bookmark tree changed).
static java.lang.String UPDATE_SURA_NAMES
          Event to force updating sura name combobox.
 

Field Detail

REFRESH_VIEW

static final java.lang.String REFRESH_VIEW
Refresh the view

See Also:
Constant Field Values

RECREATE_VIEW

static final java.lang.String RECREATE_VIEW
Semi-restart the application.

See Also:
Constant Field Values

CLEAR_CACHE_ON_EXIT

static final java.lang.String CLEAR_CACHE_ON_EXIT
Clear cache directory on application exit.

See Also:
Constant Field Values

UPDATE_BOOKMARKS_MENU

static final java.lang.String UPDATE_BOOKMARKS_MENU
Tells the shell to update bookmarks menu (as bookmark tree changed).

See Also:
Constant Field Values

GOTO_LOCATION

static final java.lang.String GOTO_LOCATION
See Also:
Constant Field Values

SPLASH_PROGRESS

static final java.lang.String SPLASH_PROGRESS
Event used to progress the progress bar of the splash screen at startup.

See Also:
Constant Field Values

SPLASH_PROGRESS_FULLY

static final java.lang.String SPLASH_PROGRESS_FULLY
Event used for indicating that the progress bar of the splash screen is now complete.

See Also:
Constant Field Values

CUSTOM_ZEKR_EVENT

static final int CUSTOM_ZEKR_EVENT
See Also:
Constant Field Values

END_WAITING

static final java.lang.String END_WAITING
Event to force a modal waiting form to close.

See Also:
Constant Field Values

UPDATE_SURA_NAMES

static final java.lang.String UPDATE_SURA_NAMES
Event to force updating sura name combobox.

See Also:
Constant Field Values