/tts/src/com/google/tts/ITTSCallback.aidl
http://eyes-free.googlecode.com/ · Android Interface Definition Language · 15 lines · 4 code · 3 blank · 8 comment · 0 complexity · 97cc6e6f43b82703c635549fa1a636ca MD5 · raw file
- // Copyright 2008 Google Inc. All Rights Reserved.
-
- /**
- * AIDL for the TTS Service
- * ITTSCallback.java is autogenerated from this
- *
- * @author clchen@google.com (Charles L. Chen)
- */
-
- package com.google.tts;
-
- // Declare the interface.
- oneway interface ITTSCallback {
- void markReached(String mark);
- }