Uses of Class
org.qtunes.main.ServiceContextImpl

Packages that use ServiceContextImpl
org.qtunes.main The "main" package contains the main classes for QTunes run as an application 
 

Uses of ServiceContextImpl in org.qtunes.main
 

Fields in org.qtunes.main with type parameters of type ServiceContextImpl
 java.util.List<ServiceContextImpl> QTunes.contexts
           
 

Methods in org.qtunes.main that return types with arguments of type ServiceContextImpl
 java.util.Iterator<ServiceContextImpl> QTunes.getActiveServices()
           
 java.util.Iterator<ServiceContextImpl> QTunes.getServices()
           
 

Methods in org.qtunes.main with parameters of type ServiceContextImpl
 void QTunes.addServiceContext(ServiceContextImpl context)
           
 void QTunes.removeServiceContext(ServiceContextImpl context)