Package org.aavso.tools.vstar.plugin

Examples of org.aavso.tools.vstar.plugin.GeneralToolPluginBase.invoke()


      public void actionPerformed(ActionEvent e) {
        String item = e.getActionCommand();
        GeneralToolPluginBase plugin = menuItemNameToGenToolPlugin
            .get(item);
        try {
          plugin.invoke();
        } catch (Throwable t) {
          MessageBox.showErrorDialog("Tool Error", t);
        }
      }
    };
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.