org.gscg.common.interactionlayer
Interface AnnounceInterface

All Known Implementing Classes:
BankStatistics, BusinessProduction, BusinessPurchase, BusinessSales, BusinessStock, CommittedOrderHandler, ConfirmedOrderHandler, ConfirmedProductionHandler, ContentStatisticsLayer, CurrentRowOrColumnNumber, CustomerStatistics, DemandStatistics, Economics, GameDistributorInteractive, GameManufacturerInteractive, ProgressDateAndTime, ScenarioText, SocialMessaging, StockStatistics

public interface AnnounceInterface

The announce interface is implemented by objects which respond to announce events of a client side graphical user interface. Often the server side object will respond by sending data to the user interface.

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 is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:58 $
Author:
Stijn-Pieter van Houten

Method Summary
 void announce(nl.tudelft.simulation.event.EventType eventType, boolean announce)
          Method announce.
 

Method Detail

announce

public void announce(nl.tudelft.simulation.event.EventType eventType,
                     boolean announce)
Method announce.

Parameters:
eventType - the eventType
announce - indicates whether this is an announce


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