Package com.biglybt.pif.ui.model
Interface PluginConfigModel
-
- All Known Subinterfaces:
BasicPluginConfigModel
- All Known Implementing Classes:
BasicPluginConfigModelImpl
public interface PluginConfigModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
PluginInterface
getPluginInterface()
-
-
-
Method Detail
-
getPluginInterface
PluginInterface getPluginInterface()
-
destroy
void destroy()
-
-