Uses of Interface
com.biglybt.pif.ui.UIManagerEventListener
-
Packages that use UIManagerEventListener Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui com.biglybt.ui.console com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.shells.main -
-
Uses of UIManagerEventListener in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type UIManagerEventListener Modifier and Type Method Description void
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 UIManagerEventListener Modifier and Type Field Description protected static CopyOnWriteList<UIManagerEventListener>
UIManagerImpl. ui_event_listeners
Methods in com.biglybt.pifimpl.local.ui with parameters of type UIManagerEventListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
UI
-
Uses of UIManagerEventListener in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIManagerEventListener Modifier and Type Class Description class
UISWTInstanceImpl
-
Uses of UIManagerEventListener in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as UIManagerEventListener Modifier and Type Field Description private UIManagerEventListener
MainWindowDelayStub. ui_listener
-