android.inputmethodservice
Class AbstractInputMethodService.AbstractInputMethodSessionImpl

java.lang.Object
  extended by android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
All Implemented Interfaces:
InputMethodSession
Direct Known Subclasses:
InputMethodService.InputMethodSessionImpl
Enclosing class:
AbstractInputMethodService

public abstract class AbstractInputMethodService.AbstractInputMethodSessionImpl
extends Object
implements InputMethodSession


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.view.inputmethod.InputMethodSession
InputMethodSession.EventCallback
 
Constructor Summary
AbstractInputMethodService.AbstractInputMethodSessionImpl()
           
 
Method Summary
 void dispatchKeyEvent(int seq, KeyEvent event, InputMethodSession.EventCallback callback)
           
 void dispatchTrackballEvent(int seq, MotionEvent event, InputMethodSession.EventCallback callback)
           
 boolean isEnabled()
           
 boolean isRevoked()
           
 void revokeSelf()
           
 void setEnabled(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.InputMethodSession
appPrivateCommand, displayCompletions, finishInput, toggleSoftInput, updateCursor, updateExtractedText, updateSelection, viewClicked
 

Constructor Detail

AbstractInputMethodService.AbstractInputMethodSessionImpl

public AbstractInputMethodService.AbstractInputMethodSessionImpl()
Method Detail

isEnabled

public boolean isEnabled()

isRevoked

public boolean isRevoked()

setEnabled

public void setEnabled(boolean enabled)

revokeSelf

public void revokeSelf()

dispatchKeyEvent

public void dispatchKeyEvent(int seq,
                             KeyEvent event,
                             InputMethodSession.EventCallback callback)
Specified by:
dispatchKeyEvent in interface InputMethodSession

dispatchTrackballEvent

public void dispatchTrackballEvent(int seq,
                                   MotionEvent event,
                                   InputMethodSession.EventCallback callback)
Specified by:
dispatchTrackballEvent in interface InputMethodSession


Copyright © 2008-2012. All Rights Reserved.