org.jactr.modules.pm.aural.buffer.processor
Class AttendToRequestDelegate

java.lang.Object
  extended by org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
      extended by org.jactr.modules.pm.aural.buffer.processor.AttendToRequestDelegate
All Implemented Interfaces:
IRequestDelegate

public class AttendToRequestDelegate
extends AbstractRequestDelegate

Author:
developer

Constructor Summary
AttendToRequestDelegate(IChunkType soundChunkType, java.lang.String locationSlotName)
           
 
Method Summary
 boolean request(IRequest request, IActivationBuffer buffer)
          do the module specific processing
 
Methods inherited from class org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
willAccept
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttendToRequestDelegate

public AttendToRequestDelegate(IChunkType soundChunkType,
                               java.lang.String locationSlotName)
Parameters:
soundChunkType -
Method Detail

request

public boolean request(IRequest request,
                       IActivationBuffer buffer)
Description copied from interface: IRequestDelegate
do the module specific processing

Returns:
true if this was successful (will propogate the buffer event)
See Also:
IRequestDelegate.request(IRequest, IActivationBuffer)