gr.bluevibe.fire.util
Interface CommandListener

All Known Implementing Classes:
ReadMe

public interface CommandListener

All command events on the FireEngine components are passed to CommandListeners. The engine does not make a distinction between Commands on components or softkey/popup commands. When a command is fired, the Listener is notified for the command as well as the Component that fired it.

Author:
padeler

Method Summary
 void commandAction(javax.microedition.lcdui.Command cmd, Component c)
          Informs the listener about a Command Action.
 

Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command cmd,
                          Component c)
Informs the listener about a Command Action.

Parameters:
cmd - the command that was fired
c - the component that fired the command