Uses of Interface
com.biglybt.ui.UIFunctions.actionListener
-
Packages that use UIFunctions.actionListener Package Description com.biglybt.ui com.biglybt.ui.swt.plugininstall com.biglybt.ui.swt.shells.main com.biglybt.ui.swt.update -
-
Uses of UIFunctions.actionListener in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type UIFunctions.actionListener Modifier and Type Method Description void
UIFunctions. installPlugin(java.lang.String plugin_id, java.lang.String resource_prefix, UIFunctions.actionListener listener)
void
UIFunctions. performAction(int action_id, java.lang.Object args, UIFunctions.actionListener listener)
-
Uses of UIFunctions.actionListener in com.biglybt.ui.swt.plugininstall
Fields in com.biglybt.ui.swt.plugininstall declared as UIFunctions.actionListener Modifier and Type Field Description private UIFunctions.actionListener
SimplePluginInstaller. action_listener
Constructors in com.biglybt.ui.swt.plugininstall with parameters of type UIFunctions.actionListener Constructor Description SimplePluginInstaller(java.lang.String _plugin_id, java.lang.String _resource_prefix, UIFunctions.actionListener _action_listener)
-
Uses of UIFunctions.actionListener in com.biglybt.ui.swt.shells.main
Methods in com.biglybt.ui.swt.shells.main with parameters of type UIFunctions.actionListener Modifier and Type Method Description void
MainWindowDelayStub.UIFunctionsSWTImpl. installPlugin(java.lang.String plugin_id, java.lang.String resource_prefix, UIFunctions.actionListener listener)
void
UIFunctionsImpl. installPlugin(java.lang.String plugin_id, java.lang.String resource_prefix, UIFunctions.actionListener listener)
void
MainWindowDelayStub.UIFunctionsSWTImpl. performAction(int action_id, java.lang.Object args, UIFunctions.actionListener listener)
void
UIFunctionsImpl. performAction(int action_id, java.lang.Object args, UIFunctions.actionListener listener)
-
Uses of UIFunctions.actionListener in com.biglybt.ui.swt.update
Methods in com.biglybt.ui.swt.update with parameters of type UIFunctions.actionListener Modifier and Type Method Description static void
FullUpdateWindow. handleUpdate(java.lang.String url, UIFunctions.actionListener listener)
static void
FullUpdateWindow. open(java.lang.String url, UIFunctions.actionListener listener)
-