/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package AccountingMgmt.Budget;
/** @stereotype plug-in point */
public interface IMakeBudgetRequest {
void makeBudgetRequest();
}
|