Examples of PeriodListChanged


Examples of nu.lazy8.ledger.messages.PeriodListChanged

  /**
   *  Description of the Method
   */
  public void AfterGoodDelete() {
    super.AfterGoodDelete();
    EditBus.send(new PeriodListChanged(this, "no parameters"));
  }//}}}
View Full Code Here

Examples of nu.lazy8.ledger.messages.PeriodListChanged

  public void AfterGoodWrite() {
    super.AfterGoodWrite();
    //version 2.20, fix the PeriodId field in Activity2
    lazy8ledger.Lazy8LedgerPlugin.AdjustAllPeriodIds(
      ((Integer) cc.comboBox.getSelectedItemsKey()).intValue());
    EditBus.send(new PeriodListChanged(this, "no parameters"));
  }//}}}
View Full Code Here

Examples of nu.lazy8.ledger.messages.PeriodListChanged

  public void AfterGoodChange() {
    super.AfterGoodChange();
    //version 2.20, fix the PeriodId field in Activity2
    lazy8ledger.Lazy8LedgerPlugin.AdjustAllPeriodIds(
      ((Integer) cc.comboBox.getSelectedItemsKey()).intValue());
    EditBus.send(new PeriodListChanged(this, "no parameters"));
  }//}}}
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.