|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.root.RootObject
public abstract class RootObject
Root class for all Neeve classes.
This class serves the root of the Neeve class hierarchy. It contains facilities needed by all Neeve classes.
Method Summary | |
---|---|
boolean |
getChecked()
Get the object checked mode of operation. |
boolean |
getThreaded()
Gets the object threaded mode of operation. |
Tracer |
getTracer()
Get the tracer used by this object. |
void |
setChecked(boolean checked)
Set the object checked mode of operation. |
void |
setTracer(Tracer tracer)
Set the tracer used by this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final void setTracer(Tracer tracer)
public final Tracer getTracer()
public final void setChecked(boolean checked)
public final boolean getChecked()
public final boolean getThreaded()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |