FileDocCategorySizeDatePackage
IMakeEmployeePayment.javaAPI DocExample388Thu Feb 17 20:01:00 GMT 2000HumanResMgmt.WorkAndPayment

IMakeEmployeePayment.java

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

package HumanResMgmt.WorkAndPayment;

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