Package org.megatome.frame2.plugin

Examples of org.megatome.frame2.plugin.PluginInterface.destroy()


        continue;
      }

      try {
        PluginInterface plugin = proxy.getPlugin();
        plugin.destroy(context, proxy.getInitParams());
      } catch (PluginException e) {
        LOGGER
            .warn("Warning: destroyPlugins(), Unable to destroy plugin: " + proxy.getName()); //$NON-NLS-1$
      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.