org.commonreality.sensors.speech
Interface ISpeaker

All Known Implementing Classes:
DefaultSpeechSensor

public interface ISpeaker

delegate interface to actually perform some vocalization

Author:
harrison

Method Summary
 void speak(IAgentObject speaker, VocalizationCommand vocalization)
          called to actually invoke a speach event
 

Method Detail

speak

void speak(IAgentObject speaker,
           VocalizationCommand vocalization)
called to actually invoke a speach event

Parameters:
speaker -
vocalization -