public static class PerceptList.PerceptEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ISpaceObject |
avatar
The avatar of the component (if any).
|
IComponentDescription |
component
The receiving component.
|
java.lang.Object |
data
The percept content (if any).
|
IPerceptProcessor |
processor
The processor.
|
java.lang.String |
type
The percept type.
|
Constructor and Description |
---|
PerceptEntry(java.lang.String type,
java.lang.Object data,
IComponentDescription component,
ISpaceObject avatar,
IPerceptProcessor processor)
Convenience constructor for inline entry creation.
|
public java.lang.String type
public java.lang.Object data
public IComponentDescription component
public ISpaceObject avatar
public IPerceptProcessor processor
public PerceptEntry(java.lang.String type, java.lang.Object data, IComponentDescription component, ISpaceObject avatar, IPerceptProcessor processor)