example.tilepuzzle
Class Board.BoardCommand

java.lang.Object
  extended by javax.microedition.lcdui.Command
      extended by example.tilepuzzle.Board.BoardCommand
Enclosing class:
Board

 class Board.BoardCommand
extends javax.microedition.lcdui.Command


Field Summary
(package private)  int tag
           
 
Fields inherited from class javax.microedition.lcdui.Command
BACK, CANCEL, EXIT, HELP, ITEM, OK, SCREEN, STOP
 
Constructor Summary
Board.BoardCommand(java.lang.String label, int type, int pri, int tag_)
           
 
Method Summary
 
Methods inherited from class javax.microedition.lcdui.Command
getCommandType, getLabel, getLongLabel, getPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

int tag
Constructor Detail

Board.BoardCommand

Board.BoardCommand(java.lang.String label,
                   int type,
                   int pri,
                   int tag_)