/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

  1. // Copyright 2008 Google Inc. All Rights Reserved.
  2. /**
  3. * AIDL for the TTS Service
  4. * ITTSCallback.java is autogenerated from this
  5. *
  6. * @author clchen@google.com (Charles L. Chen)
  7. */
  8. package com.google.tts;
  9. // Declare the interface.
  10. oneway interface ITTSCallback {
  11. void markReached(String mark);
  12. }