public abstract class RootObject extends Object
This class serves the root of the Neeve class hierarchy. It contains facilities needed by all Neeve classes.
Modifier and Type | Method and Description |
---|---|
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.
|
public final void setTracer(Tracer tracer)
public final Tracer getTracer()
public final void setChecked(boolean checked)
public final boolean getChecked()
public final boolean getThreaded()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.