org.jactr.modules.pm.common.memory.impl
Interface INeedsAgent

All Known Implementing Classes:
DurationFeatureMap, OffsetFeatureMap

public interface INeedsAgent

marker interface of filters, maps or encoders that need to be notified of the IAgent. The extender of this will be notified of the agent before abstractPerceptualMemory attaches its own listener for the maps, etc.

Author:
harrison

Method Summary
 void setAgent(org.commonreality.agents.IAgent agent)
          will be called to set and null
 

Method Detail

setAgent

void setAgent(org.commonreality.agents.IAgent agent)
will be called to set and null

Parameters:
agent -