How should I handle the key events for CustomItem in J2ME?
CustomItem
I got the solution. We should override the method "protected void keyPressed(int key)" of CustomItem in the derived class of CustomItem.