Package com.biglybt.pif
Interface PluginEvent
public interface PluginEvent
allow config wizard progress to be determined
- Since:
- 2.0.8.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
This event is triggered when all plugins have had their 'initialize' method called on startup.static final int
Not guaranteed to trigger.static final int
Not guaranteed to trigger.static final int
Plugin specific events can be raised by a plugin to communicate with other components.static final int
static final int
No longer triggered.static final int
No longer triggered.static final int
Triggered when UI Initialization is complete.static final int
static final int
static final int
Data is the PluginInterface of installed pluginstatic final int
static final int
-
Method Summary
-
Field Details
-
PEV_CONFIGURATION_WIZARD_STARTS
static final int PEV_CONFIGURATION_WIZARD_STARTSNot guaranteed to trigger. Used to be triggered at startup- See Also:
-
PEV_CONFIGURATION_WIZARD_COMPLETES
static final int PEV_CONFIGURATION_WIZARD_COMPLETESNot guaranteed to trigger. Used to be triggered at startup- See Also:
-
PEV_INITIALISATION_PROGRESS_TASK
static final int PEV_INITIALISATION_PROGRESS_TASKNo longer triggered. Used to be core tasks- See Also:
-
PEV_INITIALISATION_PROGRESS_PERCENT
static final int PEV_INITIALISATION_PROGRESS_PERCENTNo longer triggered. Used to be core tasks- See Also:
-
PEV_INITIAL_SHARING_COMPLETE
static final int PEV_INITIAL_SHARING_COMPLETE- Since:
- 2403
- See Also:
-
PEV_INITIALISATION_UI_COMPLETES
static final int PEV_INITIALISATION_UI_COMPLETESTriggered when UI Initialization is complete. This is after the UI is attached. This trigger is helpful if you need access to an UI element from a plugin after you in the UI attachment order.- Since:
- 2403
- See Also:
-
PEV_ALL_PLUGINS_INITIALISED
static final int PEV_ALL_PLUGINS_INITIALISEDThis event is triggered when all plugins have had their 'initialize' method called on startup. This differs from the 'initialisationComplete' callback on PluginListener in that it is *guranteed* to be triggered before any other initialisation actions take place.- See Also:
-
PEV_PLUGIN_OPERATIONAL
static final int PEV_PLUGIN_OPERATIONALData is the PluginInterface of installed plugin- Since:
- 4.1.0.1
- See Also:
-
PEV_PLUGIN_NOT_OPERATIONAL
static final int PEV_PLUGIN_NOT_OPERATIONAL- See Also:
-
PEV_PLUGIN_INSTALLED
static final int PEV_PLUGIN_INSTALLED- See Also:
-
PEV_PLUGIN_UPDATED
static final int PEV_PLUGIN_UPDATED- See Also:
-
PEV_PLUGIN_UNINSTALLED
static final int PEV_PLUGIN_UNINSTALLED- See Also:
-
PEV_FIRST_USER_EVENT
static final int PEV_FIRST_USER_EVENTPlugin specific events can be raised by a plugin to communicate with other components. The event type must start from the number below- See Also:
-
-
Method Details
-
getType
int getType() -
getValue
Object getValue()
-