CandidateViewListenerpublic interface CandidateViewListener Interface to notify the input method when the user clicks a candidate or
makes a direction-gesture on candidate view. |
Methods Summary |
---|
public void | onClickChoice(int choiceId)
| public void | onToBottomGesture()
| public void | onToLeftGesture()
| public void | onToRightGesture()
| public void | onToTopGesture()
|
|