Package com.biglybt.pif.ui
Interface UIManagerListener2
-
- All Superinterfaces:
UIManagerListener
public interface UIManagerListener2 extends UIManagerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
UIAttachedComplete(UIInstance instance)
Triggered after allUIManagerListener.UIAttached(UIInstance)
listeners are called-
Methods inherited from interface com.biglybt.pif.ui.UIManagerListener
UIAttached, UIDetached
-
-
-
-
Method Detail
-
UIAttachedComplete
void UIAttachedComplete(UIInstance instance)
Triggered after allUIManagerListener.UIAttached(UIInstance)
listeners are called- Parameters:
instance
- Check withinstanceof
to see what UI is being attached
-
-