Package com.biglybt.pif.ui
Interface UIManagerListener2
- All Superinterfaces:
UIManagerListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
UIAttachedComplete
(UIInstance instance) Triggered after allUIManagerListener.UIAttached(UIInstance)
listeners are calledMethods inherited from interface com.biglybt.pif.ui.UIManagerListener
UIAttached, UIDetached
-
Method Details
-
UIAttachedComplete
Triggered after allUIManagerListener.UIAttached(UIInstance)
listeners are called- Parameters:
instance
- Check withinstanceof
to see what UI is being attached
-