com.googlecode.android_scripting.facade
Class EyesFreeFacade

java.lang.Object
  extended by com.googlecode.android_scripting.jsonrpc.RpcReceiver
      extended by com.googlecode.android_scripting.facade.EyesFreeFacade

public class EyesFreeFacade
extends RpcReceiver

Provides Text To Speech services for API 3 or less.


Constructor Summary
EyesFreeFacade(FacadeManager manager)
           
 
Method Summary
 void shutdown()
          Invoked when the receiver is shut down.
 void ttsSpeak(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EyesFreeFacade

public EyesFreeFacade(FacadeManager manager)
Method Detail

ttsSpeak

@Rpc(description="Speaks the provided message via TTS.")
public void ttsSpeak(@RpcParameter(name="message")
                                    java.lang.String message)

shutdown

public void shutdown()
Description copied from class: RpcReceiver
Invoked when the receiver is shut down.

Specified by:
shutdown in class RpcReceiver