Uses of Class
net.kbox.ActionForward

Packages that use ActionForward
net.kbox This package contains the core classes. 
 

Uses of ActionForward in net.kbox
 

Methods in net.kbox that return ActionForward
 ActionForward ActionController.getActionForward()
          Get an ActionForward object
 

Methods in net.kbox with parameters of type ActionForward
 void Action.execute(KCommand cmd, javax.microedition.lcdui.Item item, javax.microedition.lcdui.Displayable display, ActionForward forward, java.util.Hashtable parameters)
          Process the specified request, and create a corresponding GUI component (or forward to another action), with provision for handling exceptions thrown by the business logic.
protected  void ActionController.handleException(java.lang.String msg, ActionForward forward, java.lang.Exception e)
          Handle a Exception, and show it in the mobile phone.