public static interface AtomLeafAgentManager.AgentSource<E>
Modifier and Type | Method and Description |
---|---|
E |
makeAgent(IAtom a,
IBox agentBox)
Returns an agent for the given Atom.
|
void |
releaseAgent(E agent,
IAtom atom,
IBox agentBox)
This informs the agent source that the agent is going away and that
the agent source should disconnect the agent from other elements.
|