/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package CustomerAccountMgmt.CustomerAccountApp;
/**
* @stereotype plug-in point
* @alias IMakeCustomerAccountApplication
*/
public interface IMakeCustomerAccAppl {
void makeCustomerAccountApplication();
}
|