Uses of Interface
com.mamarce.mhp.mf.listener.MListener

Packages that use MListener
com.mamarce.mhp.mf.components   
com.mamarce.mhp.mf.examples.example01   
com.mamarce.mhp.mf.examples.slideshow Part of CspFramework examples, provides a simple Xlet that perform a slideshow. 
com.mamarce.mhp.mf.xlet   
 

Uses of MListener in com.mamarce.mhp.mf.components
 

Classes in com.mamarce.mhp.mf.components that implement MListener
 class ExitContainer
          Handles pressure of EXIT button in a mhp application.
 

Uses of MListener in com.mamarce.mhp.mf.examples.example01
 

Classes in com.mamarce.mhp.mf.examples.example01 that implement MListener
 class Example01
           
 

Uses of MListener in com.mamarce.mhp.mf.examples.slideshow
 

Classes in com.mamarce.mhp.mf.examples.slideshow that implement MListener
 class SlideContrainer
          Overrides MContainer, manages some informations stored in configuration file.
 

Uses of MListener in com.mamarce.mhp.mf.xlet
 

Methods in com.mamarce.mhp.mf.xlet that return MListener
 MListener MXLet.getActiveListener()
          Returs the current active listener.
 MListener MXLet.getOldListener()
          Returns the previous active listener.
 

Methods in com.mamarce.mhp.mf.xlet with parameters of type MListener
 void MXLet.setActiveListener(MListener listener)
          Sets the the active listner.