Uses of Interface
solar.service.mhost.MobileHostListener

Packages that use MobileHostListener
solar.service.mhost Contains mobile host service that manages physical mobility. 
solar.service.pack Contains the PACK service that allows customized flow-control polices. 
 

Uses of MobileHostListener in solar.service.mhost
 

Methods in solar.service.mhost with parameters of type MobileHostListener
 void SolarMobileHostService.addListener(MobileHostListener listener)
           
 void SolarMobileHostService.removeListener(MobileHostListener listener)
           
 void MobileHostService.addListener(MobileHostListener listener)
          Add a listener to client mobililty.
 void MobileHostService.removeListener(MobileHostListener listener)
          Remove a listener to client mobililty.
 

Uses of MobileHostListener in solar.service.pack
 

Classes in solar.service.pack that implement MobileHostListener
 class ClientPackService
          The PACK service that runs at the client side.