ch.sahits.game.openpatrician.model
Interface IClockUpdateListener

All Known Implementing Classes:
PeriodicalTimeUpdater

public interface IClockUpdateListener

Interface that defines the methods for any class that whishes to be notified by Clock changes.

Author:
Andi Hotz, (c) Sahits GmbH, 2011 Created on Nov 28, 2011

Method Summary
 void ticked()
          Clock ticked once
 void updateTick(int minutes)
          The update size of a tick changed.
 

Method Detail

updateTick

void updateTick(int minutes)
The update size of a tick changed.

Parameters:
minutes - new tick size in minutes

ticked

void ticked()
Clock ticked once



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