Uses of Interface
com.tuneology.avm.ApplListener

Packages that use ApplListener
com.tuneology.avm Media information, user preferences, and native program execution. 
com.tuneology.avm.mrj Loadable API to Apple MRJ services. 
 

Uses of ApplListener in com.tuneology.avm
 

Methods in com.tuneology.avm with parameters of type ApplListener
 void CorePlugin.registerApplListener(ApplListener listener)
          Register for application events.
 void CorePlugin.removeApplListener(ApplListener listener)
          Unregister for application events.
static void Native.registerApplListener(ApplListener listener)
           
static void Native.removeApplListener(ApplListener listener)
           
 

Uses of ApplListener in com.tuneology.avm.mrj
 

Methods in com.tuneology.avm.mrj with parameters of type ApplListener
 void MRJPlugin.registerApplListener(ApplListener listener)
          The application calls this to register a listener.
 void MRJPlugin.removeApplListener(ApplListener listener)
          The application calls this to un-register a listener.