android.inputmethodservice
Class AbstractInputMethodService.AbstractInputMethodImpl
java.lang.Object
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
- All Implemented Interfaces:
- InputMethod
- Direct Known Subclasses:
- InputMethodService.InputMethodImpl
- Enclosing class:
- AbstractInputMethodService
public abstract class AbstractInputMethodService.AbstractInputMethodImpl
- extends Object
- implements InputMethod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInputMethodService.AbstractInputMethodImpl
public AbstractInputMethodService.AbstractInputMethodImpl()
createSession
public void createSession(InputMethod.SessionCallback callback)
- Specified by:
createSession
in interface InputMethod
setSessionEnabled
public void setSessionEnabled(InputMethodSession session,
boolean enabled)
- Specified by:
setSessionEnabled
in interface InputMethod
revokeSession
public void revokeSession(InputMethodSession session)
- Specified by:
revokeSession
in interface InputMethod
Copyright © 2008-2012. All Rights Reserved.