public interface Viewer extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
postConnect(Connection c,
int viewerID,
java.util.Collection<Entity> entities,
Config config)
Notification that this viewer has been connected to the kernel.
|
connect, getName, getPreferredLogContext, getPreferredRegistry, initialise, shutdownvoid postConnect(Connection c, int viewerID, java.util.Collection<Entity> entities, Config config)
c - The connection to the kernel.viewerID - The ID of this viewer.entities - The set of Entities the kernel sent to this viewer on connection.config - The Config the kernel send to this agent on connection.