org.jactr.modules.pm.vocal.event
Interface IVocalModuleListener

All Superinterfaces:
java.util.EventListener

public interface IVocalModuleListener
extends java.util.EventListener


Method Summary
 void vocalizationCompleted(VocalModuleEvent event)
           
 void vocalizationPrepared(VocalModuleEvent event)
           
 void vocalizationStarted(VocalModuleEvent event)
           
 void vocalSystemReset(VocalModuleEvent event)
           
 

Method Detail

vocalizationPrepared

void vocalizationPrepared(VocalModuleEvent event)

vocalizationStarted

void vocalizationStarted(VocalModuleEvent event)

vocalizationCompleted

void vocalizationCompleted(VocalModuleEvent event)

vocalSystemReset

void vocalSystemReset(VocalModuleEvent event)