Uses of Interface
mome.XCommandListener

Packages that use XCommandListener
mome This package is intended to simplify development of J2ME MIDlets. 
momeunit.runner This package consists of classes of and used by test runners of MoMEUnit test framework. 
 

Uses of XCommandListener in mome
 

Classes in mome that implement XCommandListener
 class MoXMIDlet
          Class MoXMIDlet is an abstract class.
 

Methods in mome that return XCommandListener
 XCommandListener Executor.getXCommandListener()
          Returns XCommandListener whose xCommanAction method is called for processing commands in execution thread.
 

Methods in mome with parameters of type XCommandListener
 void Executor.setXCommandListener(XCommandListener commandListener)
          Sets the XCommandListener for processing command events in the commands execution thread.
 

Uses of XCommandListener in momeunit.runner
 

Classes in momeunit.runner that implement XCommandListener
 class AntTestRunner
          Test runner that generates test events to be processed by formatters of MoMEUnit Ant Integration package.
 class MIDletTestRunner
          MIDletTestRunner is a fully configurable MIDlet.