Package org.qtunes.core

The "core" package defines a Service and it's Context.

See:
          Description

Interface Summary
Listener A QListener may be registered by calling ServiceContext.addListener(org.qtunes.core.Listener), and once registered it will be notified of events.
Service The QTunes project is entirely made up of Services, which can be started and stopped (relatively) dynamically.
ServiceContext  
ServiceFactory  
 

Class Summary
ServiceMatcher  
Session A Session is a single login session and one must be in place for most ControlMethod objects to be run.
 

Annotation Types Summary
ControlMethod The ControlMethod annotation marks a method as being publically callable via one of the Controllers (which will call the org.qtunes.control.ControlMethodInvoker to do it's work.
 

Package org.qtunes.core Description

The "core" package defines a Service and it's Context.