Esempio n. 1
0
  /** This method is called upon plug-in activation */
  public void start(BundleContext context) throws Exception {
    super.start(context);

    initializeAfterStart();
  }