FileDocCategorySizeDatePackage
IMakeProductionRequest.javaAPI DocExample391Thu Feb 17 20:01:02 GMT 2000ManuMgmt.ProductionRequest

IMakeProductionRequest.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package ManuMgmt.ProductionRequest;

/** @stereotype plug-in point */
public interface IMakeProductionRequest {
    void makeProductionRequest();
}