DCT Lightfoot v3 API specification

javax.microedition.lcdui
Interface CommandListener

All Known Implementing Classes:
TextField.Peer

public interface CommandListener

This is used to inform an application of a command


Method Summary
 void commandAction(Command c, Displayable d)
          A command action has been sent
 

Method Detail

commandAction

public void commandAction(Command c,
                          Displayable d)
A command action has been sent

Parameters:
c - The command
d - The displayable

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification