Uses of Interface
org.demac.context.ContextService

Packages that use ContextService
org.demac.impl.j2me.context   
org.demac.impl.j2me.desktop.monitor   
 

Uses of ContextService in org.demac.impl.j2me.context
 

Classes in org.demac.impl.j2me.context that implement ContextService
 class ContextServiceImpl
          J2ME implementation of the ContextService.
 

Methods in org.demac.impl.j2me.context that return ContextService
static ContextService ContextServiceImpl.getContextService()
           
 

Uses of ContextService in org.demac.impl.j2me.desktop.monitor
 

Methods in org.demac.impl.j2me.desktop.monitor with parameters of type ContextService
 void ContextMonitor.setContextService(ContextService cs)
           
 

Constructors in org.demac.impl.j2me.desktop.monitor with parameters of type ContextService
ContextMonitor(ContextService cs)