FileDocCategorySizeDatePackage
IMakeCustomerAccAppl.javaAPI DocExample459Thu Feb 17 20:00:58 GMT 2000CustomerAccountMgmt.CustomerAccountApp

IMakeCustomerAccAppl.java

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

package CustomerAccountMgmt.CustomerAccountApp;

/**
 * @stereotype plug-in point
 * @alias IMakeCustomerAccountApplication
 */
public interface IMakeCustomerAccAppl {
    void makeCustomerAccountApplication();
}