FileDocCategorySizeDatePackage
IMakeCustomerAccountTrans.javaAPI DocExample417Thu Feb 17 20:00:58 GMT 2000CustomerAccountMgmt.CustomerAccountTrans

IMakeCustomerAccountTrans.java

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

package CustomerAccountMgmt.CustomerAccountTrans;

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