Package com.biglybt.pif.ui.model
Interface PluginViewModel
-
- All Known Subinterfaces:
BasicPluginViewModel
- All Known Implementing Classes:
BasicPluginViewModelImpl
public interface PluginViewModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
java.lang.String
getName()
PluginInterface
getPluginInterface()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getPluginInterface
PluginInterface getPluginInterface()
-
destroy
void destroy()
-
-