org.rococoa.cocoa.speechsynthesis
Interface SpeechSynthesisLibrary.SpeechTextDoneProcPtr

All Superinterfaces:
Callback
Enclosing interface:
SpeechSynthesisLibrary

public static interface SpeechSynthesisLibrary.SpeechTextDoneProcPtr
extends Callback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 void invoke(SpeechChannelRecord chan, int refCon, PointerByReference nextBuf, NativeLongByReference byteLen, IntByReference controlFlags)
           
 

Method Detail

invoke

void invoke(SpeechChannelRecord chan,
            int refCon,
            PointerByReference nextBuf,
            NativeLongByReference byteLen,
            IntByReference controlFlags)


Copyright © 2009. All Rights Reserved.