|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.Entity.Empty
public static class Entity.Empty
Dummy implementation of Entity interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jist.runtime.Entity |
---|
Entity.Empty, Entity.Static |
Field Summary | |
---|---|
protected EntityRef |
_jistField__ref
Self-referencing EntityRef of this entity. |
Constructor Summary | |
---|---|
Entity.Empty()
Create a new entity and register with active controller. |
|
Entity.Empty(boolean reg)
Create a new entity. |
Method Summary | |
---|---|
EntityRef |
_jistMethod_Get__ref()
Get this entity's self-reference object . |
void |
_jistMethod_Set__ref(EntityRef ref)
Set this entity's self-reference object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EntityRef _jistField__ref
Constructor Detail |
---|
public Entity.Empty()
public Entity.Empty(boolean reg)
reg
- whether to register with active controllerMethod Detail |
---|
public EntityRef _jistMethod_Get__ref()
_jistMethod_Get__ref
in interface Entity
public void _jistMethod_Set__ref(EntityRef ref)
_jistMethod_Set__ref
in interface Entity
ref
- entity reference object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |