org.jactr.modules.pm.vocal.delegate
Class VocalManagementDelegate

java.lang.Object
  extended by org.jactr.modules.pm.vocal.delegate.VocalManagementDelegate

public class VocalManagementDelegate
extends java.lang.Object


Constructor Summary
VocalManagementDelegate(AbstractVocalModule module, VocalCommandManager manager)
           
 
Method Summary
 void clear()
           
 java.util.concurrent.Future<org.commonreality.modalities.vocal.VocalizationCommand> execute(org.commonreality.efferent.IEfferentCommand command)
           
 VocalCommandManager getManager()
           
 IVocalModule getModule()
           
 java.util.concurrent.Future<org.commonreality.modalities.vocal.VocalizationCommand> prepare(IRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocalManagementDelegate

public VocalManagementDelegate(AbstractVocalModule module,
                               VocalCommandManager manager)
Method Detail

getModule

public IVocalModule getModule()

getManager

public VocalCommandManager getManager()

clear

public void clear()

prepare

public java.util.concurrent.Future<org.commonreality.modalities.vocal.VocalizationCommand> prepare(IRequest request)

execute

public java.util.concurrent.Future<org.commonreality.modalities.vocal.VocalizationCommand> execute(org.commonreality.efferent.IEfferentCommand command)