Package de.willuhn.jameica.hbci.gui.action

Examples of de.willuhn.jameica.hbci.gui.action.Open


  /**
   * @see de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob#configure()
   */
  public void configure() throws ApplicationException
  {
    new Open().handleAction(this.getContext(SynchronizeJob.CTX_ENTITY));
  }
View Full Code Here


    /**
     * @see de.willuhn.jameica.gui.calendar.AbstractAppointment#execute()
     */
    public void execute() throws ApplicationException
    {
      new Open().handleAction(this.schedule.getContext());
    }
View Full Code Here

TOP

Related Classes of de.willuhn.jameica.hbci.gui.action.Open

Copyright © 2018 www.massapicom. 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.