de.enough.polish.blackberry.ui
Class CommandMenuItem

java.lang.Object
  extended by MenuItem
      extended by de.enough.polish.blackberry.ui.CommandMenuItem

public class CommandMenuItem
extends MenuItem

Maps from a command to a menuitem

Copyright Enough Software 2008

Author:
Robert Virkus, j2mepolish@enough.de

Constructor Summary
CommandMenuItem(Command cmd, Displayable displayable)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandMenuItem

public CommandMenuItem(Command cmd,
                       Displayable displayable)
Parameters:
cmd -
displayable -
Method Detail

run

public void run()