Package cz.cuni.amis.pogamut.base.communication.command


Interface Summary
IAct IAct provides a way to send command messages to the world allowing you to attach listeners to outgoing commands.
ICommandListener<CMD extends CommandMessage> This is an interface you need to implement, if you want to listen for a certain type of the command message that is sent by the agent.
ICommandSerializer<DATA> Command serializer that transforms the command message into data that can be sent to (and understood by) virtual world.