Uses of Class
com.jniwrapper.macosx.cocoa.nsspeechsynthesizer.NSSpeechSynthesizer

Packages that use NSSpeechSynthesizer
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSSpeechSynthesizer in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSSpeechSynthesizer
 void NSObject.speechSynthesizer_willSpeakPhoneme(NSSpeechSynthesizer sender, com.jniwrapper.ShortInt phonemeOpcode)
          This method represents the speechSynthesizer() method of the NSObject Objective-C class.
 void NSObject.speechSynthesizer_willSpeakWord_ofString(NSSpeechSynthesizer sender, NSRange characterRange, java.lang.String string)
          This method represents the speechSynthesizer() method of the NSObject Objective-C class.
 void NSObject.speechSynthesizer_didFinishSpeaking(NSSpeechSynthesizer sender, boolean finishedSpeaking)
          This method represents the speechSynthesizer() method of the NSObject Objective-C class.