public class DefaultBase extends Base
DefaultBase class.
| Constructor and Description |
|---|
DefaultBase(Base parent)
Constructor for DefaultBase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(Class<?> ifc,
Object obj)
addObject.
|
void |
destroy()
destroy.
|
MActivator |
getActivator()
Getter for the field
activator. |
boolean |
isBase(Class<?> ifc)
isBase.
|
boolean |
isDestroyed()
isDestroyed.
|
<T> T |
lookup(Class<T> ifc)
lookup.
|
void |
removeObject(Class<?> ifc)
removeObject.
|
public boolean isDestroyed()
isDestroyed.
isDestroyed in class Basepublic boolean isBase(Class<?> ifc)
isBase.
public MActivator getActivator()
Getter for the field activator.
MActivator object.public <T> T lookup(Class<T> ifc)
lookup.
public void removeObject(Class<?> ifc)
removeObject.
removeObject in class Baseifc - a Class object.Copyright © 2016. All Rights Reserved.