Uses of Interface
com.biglybt.pif.ui.UIManagerListener
-
Packages that use UIManagerListener Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui -
-
Uses of UIManagerListener in com.biglybt.pif.ui
Subinterfaces of UIManagerListener in com.biglybt.pif.ui Modifier and Type Interface Description interface
UIManagerListener2
Methods in com.biglybt.pif.ui with parameters of type UIManagerListener Modifier and Type Method Description void
UIManager. addUIListener(UIManagerListener listener)
Listen forUIAttached(UIInstance)
andUIDetached(UIInstance)
events.void
UIManager. removeUIListener(UIManagerListener listener)
Remove an existingUIManagerListener
-
Uses of UIManagerListener in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui with parameters of type UIManagerListener Modifier and Type Method Description void
UIManagerImpl. addUIListener(UIManagerListener listener)
void
UIManagerImpl. removeUIListener(UIManagerListener listener)
-