View Javadoc

1   package twcsckernel.clientKernel.desktop;
2   
3   import twcsckernel.clientKernel.plugins.ClientPlugin;
4   import twcsckernel.projectbase.plugins.PluginDescriptor;
5   
6   public interface VmdDesktopListener {
7       public void closeDesktop();
8       public ClientPlugin preparePluginJar(PluginDescriptor descriptor);
9   }