Most visited

Recently visited

Added in API level 3

InputMethodSession.EventCallback

public static interface InputMethodSession.EventCallback

android.view.inputmethod.InputMethodSession.EventCallback


摘要(Summary)

公共方法(Public methods)

abstract void finishedEvent(int seq, boolean handled)

公共方法(Public methods)

finishedEvent

Added in API level 3
void finishedEvent (int seq, 
                boolean handled)

参数(Parameters)
seq int
handled boolean

Hooray!