battlehex.model.map
Interface IMoneyVisitor
- public interface IMoneyVisitor
Implements a visitor to retrieve money information.
- Version:
- $Revision: 1.3 $ $Date: 2005/08/26 18:10:08 $
- Author:
- Mathieu Champlon
Method Summary |
void |
visit(int savings,
int current)
Retrieve money information. |
visit
public void visit(int savings,
int current)
- Retrieve money information.
- Parameters:
savings
- the current amount saved from past turnscurrent
- the amount currently available
Copyright © 2004-2005 . All Rights Reserved.