Uses of Interface
ccs.cpc.PluginCallback

Packages that use PluginCallback
ccs.cpc   
ccs.cpc.impl   
 

Uses of PluginCallback in ccs.cpc
 

Fields in ccs.cpc declared as PluginCallback
protected  PluginCallback PluginRuntime.callback
           
 

Methods in ccs.cpc with parameters of type PluginCallback
 ViewerRuntime Plugin.getRuntime(PluginCallback callback, VFile target)
           
abstract  ViewerRuntime Viewer.getRuntime(PluginCallback callback, VFile target)
          create a suitable runtime instance of this viewer, viewing a given target.
 void PluginRuntime.setResources(PluginCallback callback, VFile target, Plugin plugin)
          Set the resources that the viewer will need.
 

Constructors in ccs.cpc with parameters of type PluginCallback
CPCPlaylist(PluginRuntime runtime, PluginCallback callback, VFile initialvf, boolean isHandleXspf)
          A playlist.
 

Uses of PluginCallback in ccs.cpc.impl
 

Classes in ccs.cpc.impl that implement PluginCallback
 class BrowserLogic
           
 

Fields in ccs.cpc.impl declared as PluginCallback
(package private)  PluginCallback[] MainLogic.callbacks
           
 

Methods in ccs.cpc.impl with parameters of type PluginCallback
 ViewerRuntime HelperApp.getRuntime(PluginCallback callback, VFile target)
           
 

Constructors in ccs.cpc.impl with parameters of type PluginCallback
HelperAppRuntime(HelperApp ha, PluginCallback callback, VFile target)
           
TrackingPlaylistImpl(PluginRuntime runtime, PluginCallback callback, VFile initialvf, java.util.Set<java.lang.String> excludeMimes)
          A playlist.
XSPFPlaylistImpl(PluginRuntime runtime, PluginCallback callback, VFile initialvf, boolean isHandleXspf)
          A playlist.