public class MObject extends MLog
MObject class.
| Constructor and Description |
|---|
MObject()
Constructor for MObject.
|
| Modifier and Type | Method and Description |
|---|---|
protected Base |
base()
base.
|
protected <T> T |
base(Class<T> ifc)
base.
|
protected void |
createBase()
createBase.
|
protected void |
forkBase()
forkBase.
|
protected void |
installBase()
installBase.
|
protected boolean |
isBase(Class<?> ifc)
isBase.
|
protected void |
leaveBase()
leaveBase.
|
String |
toString() |
protected <T> T base(Class<T> ifc)
base.
T - a T object.ifc - a Class object.protected boolean isBase(Class<?> ifc)
isBase.
ifc - a Class object.protected void forkBase()
forkBase.
protected void createBase()
createBase.
protected void installBase()
installBase.
protected void leaveBase()
leaveBase.
Copyright © 2016. All Rights Reserved.