January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.lcdui.CommandListener
This interface should be implemented by MIDlets that need to receive
high-level events from the implementation. The
commandAction( ) method indicates that a command
event has occurred on Displayable.
public interfaceCommandListener{ // public instance methods public voidcommandAction(Command c, Displayable d); }
Read now
Unlock full access