org.jactr.modules.pm.vocal.event
Class VocalModuleEvent
java.lang.Object
org.jactr.core.event.AbstractACTREvent<IVocalModule,IVocalModuleListener>
org.jactr.modules.pm.vocal.event.VocalModuleEvent
- All Implemented Interfaces:
- IACTREvent<IVocalModule,IVocalModuleListener>
public class VocalModuleEvent
- extends AbstractACTREvent<IVocalModule,IVocalModuleListener>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VocalModuleEvent
public VocalModuleEvent(IVocalModule source,
VocalModuleEvent.Type type,
org.commonreality.modalities.vocal.VocalizationCommand vocalization)
VocalModuleEvent
public VocalModuleEvent(IVocalModule source)
getType
public VocalModuleEvent.Type getType()
getVocalization
public org.commonreality.modalities.vocal.VocalizationCommand getVocalization()
fire
public void fire(IVocalModuleListener listener)
- Description copied from interface:
IACTREvent
- dispatch this event to a listener on the provided executor
- Specified by:
fire in interface IACTREvent<IVocalModule,IVocalModuleListener>- Specified by:
fire in class AbstractACTREvent<IVocalModule,IVocalModuleListener>