Package irssibot.modules

Examples of irssibot.modules.AbstractModule.onUnload()


  /* if module is loaded, remove it. */
  if( loadedModules.containsKey(moduleClassName) ) {
      /* notify module it was unloaded */
      module = (AbstractModule)loadedModules.get(moduleClassName);
      module.onUnload();

      ClassLoader loader = module.getClass().getClassLoader();
      loader = null;
      module = null;

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.