Package com.biglybt.ui.common
Interface UIInstanceBase
-
- All Superinterfaces:
UIInstance
- All Known Implementing Classes:
UI
,UISWTInstanceImpl
,UISWTInstanceImpl.instanceWrapper
public interface UIInstanceBase extends UIInstance
Stuff that all UIInstances need to implements, but not visible to plugins
-
-
Field Summary
-
Fields inherited from interface com.biglybt.pif.ui.UIInstance
UIT_CONSOLE, UIT_SWT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unload(PluginInterface pi)
PluginInterface is unloading..-
Methods inherited from interface com.biglybt.pif.ui.UIInstance
createMessage, getInputReceiver, getToolBarManager, getUIType, openView, promptUser, promptUser
-
-
-
-
Method Detail
-
unload
void unload(PluginInterface pi)
PluginInterface is unloading.. destroy anything related to it
-
-