ch.sahits.game.openpatrician.model.time
Interface IPeriodicalUpdate

All Known Subinterfaces:
IBalanceSheet
All Known Implementing Classes:
BalanceSheet, Company, Reputation, Storage, TradingOffice

public interface IPeriodicalUpdate

A periodical update is a notification based on a fixed period defined at initialisation.

Author:
Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 22, 2012

Method Summary
 void notify(DateObject date)
          The time defined as period has passed and it is now date
 

Method Detail

notify

void notify(DateObject date)
The time defined as period has passed and it is now date

Parameters:
date - current date time


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.