File
Doc
Category
Size
Date
Package
ISelfBrailleService.java
API Doc
Android 5.1 API
4143
Sat Mar 14 04:10:30 GMT 2015
com.googlecode.eyesfree.braille.selfbraille
ISelfBrailleService
public interface ISelfBrailleService implements android.os.IInterface
Interface for a client to control braille output for a part of the accessibility node tree.
Fields Summary
Constructors Summary
Methods Summary
public void
disconnect
(
android.os.IBinder
clientToken)
public void
write
(
android.os.IBinder
clientToken,
com.googlecode.eyesfree.braille.selfbraille.WriteData
writeData)
Java Code Source