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 TypeMethodDescriptionvoidUIFunctions.installPlugin(String plugin_id, String resource_prefix, UIFunctions.actionListener listener) voidUIFunctions.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.actionListenerSimplePluginInstaller.action_listenerConstructors 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 TypeMethodDescriptionvoidMainWindowDelayStub.UIFunctionsSWTImpl.installPlugin(String plugin_id, String resource_prefix, UIFunctions.actionListener listener) voidUIFunctionsImpl.installPlugin(String plugin_id, String resource_prefix, UIFunctions.actionListener listener) voidMainWindowDelayStub.UIFunctionsSWTImpl.performAction(int action_id, Object args, UIFunctions.actionListener listener) voidUIFunctionsImpl.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 voidFullUpdateWindow.handleUpdate(String url, UIFunctions.actionListener listener) static voidFullUpdateWindow.open(String url, UIFunctions.actionListener listener)