@Deprecated public class PluginList extends Object
Constructor and Description |
---|
PluginList()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
Modifier and Type | Method and Description |
---|---|
void |
addPlugin(Plugin plugin)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
clear()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
List |
getList()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
pluginClicked(Context context,
int position)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
removePlugin(Plugin plugin)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
@Deprecated public PluginList()
@Deprecated public List getList()
@Deprecated public void addPlugin(Plugin plugin)
@Deprecated public void removePlugin(Plugin plugin)
@Deprecated public void clear()
@Deprecated public void pluginClicked(Context context, int position)