FileDocCategorySizeDatePackage
PluginEvent.javaAPI DocAzureus 3.0.3.41698Tue Aug 01 20:36:36 BST 2006org.gudy.azureus2.plugins

PluginEvent

public interface PluginEvent
allow config wizard progress to be determined
author
parg
since
2.0.8.0

Fields Summary
public static final int
PEV_CONFIGURATION_WIZARD_STARTS
public static final int
PEV_CONFIGURATION_WIZARD_COMPLETES
public static final int
PEV_INITIALISATION_PROGRESS_TASK
public static final int
PEV_INITIALISATION_PROGRESS_PERCENT
public static final int
PEV_INITIAL_SHARING_COMPLETE
public static final int
PEV_INITIALISATION_UI_COMPLETES
public static final int
PEV_FIRST_USER_EVENT
Plugin specific events can be raised by a plugin to communicate with other components. The event type must start from the number below
Constructors Summary
Methods Summary
public intgetType()

public java.lang.ObjectgetValue()