org.gscg.gameactors.statistics
Class ContentStatisticsLayer

java.lang.Object
  extended byorg.gscg.gameactors.statistics.ContentStatisticsLayer
All Implemented Interfaces:
AnnounceInterface, java.io.Serializable

public class ContentStatisticsLayer
extends java.lang.Object
implements AnnounceInterface, java.io.Serializable

The ContentStatisticsLayer is the layer in between the statistics which are kept track of for content, and the interaction layers of players. These content statistics can be region dependent.

(c) copyright 2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software are proprietary information of Delft University of Technology.

Since:
1.1.3
Version:
$Revision: 1.2 $ $Date: 2005/08/09 15:43:41 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
ContentStatisticsLayer(SingleUserInteractionLayerInterface owner)
          constructs a new ContentStatisticsLayer
 
Method Summary
 void announce(nl.tudelft.simulation.event.EventType eventType, boolean announce)
          Method announce.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentStatisticsLayer

public ContentStatisticsLayer(SingleUserInteractionLayerInterface owner)
constructs a new ContentStatisticsLayer

Parameters:
owner - the owner
Method Detail

announce

public void announce(nl.tudelft.simulation.event.EventType eventType,
                     boolean announce)
Description copied from interface: AnnounceInterface
Method announce.

Specified by:
announce in interface AnnounceInterface
Parameters:
eventType - the eventType
announce - indicates whether this is an announce
See Also:
AnnounceInterface.announce(nl.tudelft.simulation.event.EventType, boolean)


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.