android.inputmethodservice
Class AbstractInputMethodService.AbstractInputMethodImpl

java.lang.Object
  extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.view.inputmethod.InputMethod
InputMethod.SessionCallback
 
Field Summary
 
Fields inherited from interface android.view.inputmethod.InputMethod
SERVICE_INTERFACE, SERVICE_META_DATA, SHOW_EXPLICIT, SHOW_FORCED
 
Constructor Summary
AbstractInputMethodService.AbstractInputMethodImpl()
           
 
Method Summary
 void createSession(InputMethod.SessionCallback callback)
           
 void revokeSession(InputMethodSession session)
           
 void setSessionEnabled(InputMethodSession session, boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface android.view.inputmethod.InputMethod
attachToken, bindInput, changeInputMethodSubtype, hideSoftInput, restartInput, showSoftInput, startInput, unbindInput
 

Constructor Detail

AbstractInputMethodService.AbstractInputMethodImpl

public AbstractInputMethodService.AbstractInputMethodImpl()
Method Detail

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.