public interface IAddonAttacher<V extends IAddonBase<?>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAddonAttacher.AddonCallback<V> |
static class |
IAddonAttacher.AttachException |
| Modifier and Type | Method and Description |
|---|---|
<T extends V> |
addon(Class<? extends IAddon> clazz) |
void |
addon(Collection<Class<? extends IAddon>> classes) |
<T extends V> |
addon(String classname) |
boolean |
isAddonAttached(Class<? extends IAddon> clazz) |
void |
lockAttaching() |
Collection<Class<? extends IAddon>> |
obtainAddonsList() |
boolean |
performAddonAction(IAddonAttacher.AddonCallback<V> callback) |
void addon(Collection<Class<? extends IAddon>> classes)
void lockAttaching()
Collection<Class<? extends IAddon>> obtainAddonsList()
boolean performAddonAction(IAddonAttacher.AddonCallback<V> callback)
Copyright © 2012-2013. All Rights Reserved.