Uses of Class
cami.jmootcher.JMootcher

Packages that use JMootcher
cami.jmootcher   
 

Uses of JMootcher in cami.jmootcher
 

Methods in cami.jmootcher that return JMootcher
static JMootcher JMootcher.factory(java.lang.String username, java.lang.String password)
          constructs a single instance of the JMootcher class.
 JMootcher AudioSample.getMootcher()
          returns the assigned jMootcher controller, which handles all HTTP-requests
 

Constructors in cami.jmootcher with parameters of type JMootcher
AudioSample(JMootcher mootcher, int ID)
           
AudioSample(JMootcher mootcher, java.lang.String ID)