/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package MatlResMgmt.RFQ;
/** @stereotype plug-in point */
public interface IMakeRFQ {
void makeRFQ();
}
|