class_Customer.php

Go to the documentation of this file.
00001 <?php
00024 interface Customer extends FrameworkInterface {
00031         function addNewWorksContract (SignableContract $contractInstance);
00032 
00043         function signContract (SignableContract $contractInstance, ContractPartner $partnerInstance);
00044 
00051         function withdrawFromContract (SignableContract $contractInstance);
00052 }
00053 
00054 // [EOF]
00055 ?>

Generated on Mon Dec 8 01:06:44 2008 for Ship-Simulator by  doxygen 1.5.6