I have developed a custom keyboard. I ask the user to switch to it using         inputMethodManager.showInputMethodPicker(). 
How can i implement a listener that gets invoked when the user actually changes the keyboard/ime while using my application?
