de.upb.swtpra05.group03.companycontrol
Interface Accounting

All Known Implementing Classes:
AccountDataControl

public interface Accounting

The Interface for the Accounting Object. The Main Control Class uses this Class to add received AccountBalances from the Kernel

Version:
$Revision: 1.3 $

Method Summary
 void addAccountBalance(int Balance, int time)
          Adds a new AccountBalance
 void reset()
          Resets the Accounting Object
 

Method Detail

addAccountBalance

public void addAccountBalance(int Balance,
                              int time)
Adds a new AccountBalance

Parameters:
Balance -
time -

reset

public void reset()
Resets the Accounting Object