Uses of Class
mome.Executor

Packages that use Executor
mome This package is intended to simplify development of J2ME MIDlets. 
mome.keyb This package is intended to associate key (game action) or sequence of keys and/or game actions with command and issue it to the commands execution thread. 
 

Uses of Executor in mome
 

Methods in mome that return Executor
 Executor MoXMIDlet.getExecutor()
          Returns the Executor associated with this MoxMIDlet instance.
 

Uses of Executor in mome.keyb
 

Methods in mome.keyb that return Executor
protected  Executor XCanvas.getExecutor()
          Returns Executor invoked for processing commands.
 

Methods in mome.keyb with parameters of type Executor
 void XCanvas.setExecutor(Executor executor)
          Sets Executor to be used for processing commands.