Uses of Interface
com.biglybt.pif.ui.UIManagerEventListener
Packages that use UIManagerEventListener
Package
Description
-
Uses of UIManagerEventListener in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type UIManagerEventListenerModifier and TypeMethodDescriptionvoid
UIManager.addUIEventListener
(UIManagerEventListener listener) Add a listener that's triggered on when core/plugins need to do an UI-only task, such as display a message to a user, or open an URL in a browser.void
UIManager.removeUIEventListener
(UIManagerEventListener listener) Remove previously added UIManagerEventListener -
Uses of UIManagerEventListener in com.biglybt.pifimpl.local.ui
Fields in com.biglybt.pifimpl.local.ui with type parameters of type UIManagerEventListenerModifier and TypeFieldDescriptionprotected static CopyOnWriteList
<UIManagerEventListener> UIManagerImpl.ui_event_listeners
Methods in com.biglybt.pifimpl.local.ui with parameters of type UIManagerEventListenerModifier and TypeMethodDescriptionvoid
UIManagerImpl.addUIEventListener
(UIManagerEventListener listener) void
UIManagerImpl.removeUIEventListener
(UIManagerEventListener listener) -
Uses of UIManagerEventListener in com.biglybt.ui.console
Classes in com.biglybt.ui.console that implement UIManagerEventListener -
Uses of UIManagerEventListener in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIManagerEventListener -
Uses of UIManagerEventListener in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as UIManagerEventListener