net.comtor.j2me.gui
Class GenericOkForm

java.lang.Object
  extended byForm
      extended bynet.comtor.j2me.gui.GenericForm
          extended bynet.comtor.j2me.gui.GenericOkForm
Direct Known Subclasses:
GenericOkCancelForm

public abstract class GenericOkForm
extends GenericForm

See Also:
Serialized Form

Field Summary
protected  Command btnOK
           
 
Constructor Summary
GenericOkForm(java.lang.String nombre)
          Autogenerated proxy constructor.
GenericOkForm(java.lang.String nombre, java.lang.String ok)
           
 
Method Summary
 void commandActionSynchronized(Command command, Displayable displayable)
           
abstract  void commandOK()
           
protected  void initOk(java.lang.String ok)
           
 
Methods inherited from class net.comtor.j2me.gui.GenericForm
addCommand, addItem, commandAction, commandActionSynchronized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

btnOK

protected Command btnOK
Constructor Detail

GenericOkForm

public GenericOkForm(java.lang.String nombre)
Autogenerated proxy constructor.


GenericOkForm

public GenericOkForm(java.lang.String nombre,
                     java.lang.String ok)
Method Detail

commandActionSynchronized

public void commandActionSynchronized(Command command,
                                      Displayable displayable)
Specified by:
commandActionSynchronized in class GenericForm

commandOK

public abstract void commandOK()

initOk

protected void initOk(java.lang.String ok)