FileDocCategorySizeDatePackage
IMakeManuProcess.javaAPI DocExample369Thu Feb 17 20:01:00 GMT 2000ManuMgmt.Process

IMakeManuProcess.java

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

package ManuMgmt.Process;

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