Displayable
. The implementation may choose, for example, to add the command to any of the available soft buttons or place it in a menu. If the added command is already in the screen (tested by comparing the object references), the method has no effect. If the Displayable
is actually visible on the display, and this call affects the set of visible commands, the implementation should update the display as soon as it is feasible to do so.
@param cmd the command to be added
@throws NullPointerException if cmd
isnull
|
|
|
|
|
|