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

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

public class ClearRequestDelegate
extends AbstractRequestDelegate

reset the visual system - merely calls IVisualModule.reset()

Author:
developer

Field Summary
static org.apache.commons.logging.Log LOGGER
          logger definition
 
Constructor Summary
ClearRequestDelegate(IChunkType clearChunkType)
           
 
Method Summary
 
Methods inherited from class org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
willAccept
 
Methods inherited from class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
clear, isAsynchronous, isDelayingStart, isUsingBlockingTimedEvents, request, setAsynchronous, setDelayStart, setUseBlockingTimedEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final org.apache.commons.logging.Log LOGGER
logger definition

Constructor Detail

ClearRequestDelegate

public ClearRequestDelegate(IChunkType clearChunkType)