@Override public void disposeApplication() { // do something to get rid of used resources super.disposeApplication(); }
MDIPluginClass: appli1;org.my.Plugin1;appli2;org.my.Plugin2
getApplicationID() returns "appli1", then the org.my.Plugin1 class will be loaded for the PlugingetApplicationID() returns "appli2", then the org.my.Plugin2 class will be loaded for the PluginCopyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences