Uses of Interface
com.biglybt.ui.UIFunctions.actionListener
Packages that use UIFunctions.actionListener
Package
Description
-
Uses of UIFunctions.actionListener in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type UIFunctions.actionListenerModifier and TypeMethodDescriptionvoid
UIFunctions.installPlugin
(String plugin_id, String resource_prefix, UIFunctions.actionListener listener) void
UIFunctions.performAction
(int action_id, 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.actionListenerModifier and TypeFieldDescriptionprivate UIFunctions.actionListener
SimplePluginInstaller.action_listener
Constructors in com.biglybt.ui.swt.plugininstall with parameters of type UIFunctions.actionListenerModifierConstructorDescriptionSimplePluginInstaller
(String _plugin_id, 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.actionListenerModifier and TypeMethodDescriptionvoid
MainWindowDelayStub.UIFunctionsSWTImpl.installPlugin
(String plugin_id, String resource_prefix, UIFunctions.actionListener listener) void
UIFunctionsImpl.installPlugin
(String plugin_id, String resource_prefix, UIFunctions.actionListener listener) void
MainWindowDelayStub.UIFunctionsSWTImpl.performAction
(int action_id, Object args, UIFunctions.actionListener listener) void
UIFunctionsImpl.performAction
(int action_id, 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.actionListenerModifier and TypeMethodDescriptionstatic void
FullUpdateWindow.handleUpdate
(String url, UIFunctions.actionListener listener) static void
FullUpdateWindow.open
(String url, UIFunctions.actionListener listener)