Package org.jallinone.items.spareparts.client

Examples of org.jallinone.items.spareparts.client.SparePartsCatalogueCallbacks


        public void internalFrameClosed(InternalFrameEvent e) {
          frame = null;
        }

      });
      frame.setCallbacks(new SparePartsCatalogueCallbacks() {

        /**
         * Callback invoked when a user double clicks on a spare part
         */
        public void sparePartDoubleClick(BigDecimal progressiveHie02ITM01,String companyCode,String itemCode,String itemDescr) {
View Full Code Here

TOP

Related Classes of org.jallinone.items.spareparts.client.SparePartsCatalogueCallbacks

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.