|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.environment.PerceptList.PerceptEntry
public static class PerceptList.PerceptEntry
Entry for a scheduled percept.
| Field Summary | |
|---|---|
ISpaceObject |
avatar
The avatar of the component (if any). |
IComponentIdentifier |
component
The receiving component. |
Object |
data
The percept content (if any). |
IPerceptProcessor |
processor
The processor. |
String |
type
The percept type. |
| Constructor Summary | |
|---|---|
PerceptList.PerceptEntry(String type,
Object data,
IComponentIdentifier component,
ISpaceObject avatar,
IPerceptProcessor processor)
Convenience constructor for inline entry creation. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String type
public Object data
public IComponentIdentifier component
public ISpaceObject avatar
public IPerceptProcessor processor
| Constructor Detail |
|---|
public PerceptList.PerceptEntry(String type,
Object data,
IComponentIdentifier component,
ISpaceObject avatar,
IPerceptProcessor processor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||