|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.event.EventProducer
org.gscg.singleuser.interactionlayer.business.BusinessProduction
The BusinessProduction manages all the server-side actions related to the production decisions of a player. It manages initializing and updating the production panel.
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.
Field Summary | |
static nl.tudelft.simulation.event.EventType |
UPDATE_BUSINESS_PRODUCTION_PANEL_DAY
updates the rows in a table |
static nl.tudelft.simulation.event.EventType |
UPDATE_BUSINESS_PRODUCTION_PANEL_MONTH
updates the rows in a table |
static nl.tudelft.simulation.event.EventType |
UPDATE_BUSINESS_PRODUCTION_PANEL_WEEK
updates the rows in a table |
static nl.tudelft.simulation.event.EventType |
UPDATE_BUSINESS_PRODUCTION_PRODUCT_HEADERS
updates the product headers and the number of required columns |
Fields inherited from class nl.tudelft.simulation.event.EventProducer |
listeners |
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
Constructor Summary | |
BusinessProduction(SingleUserInteractionLayerInterface owner)
constructs a new BusinessProduction |
Method Summary | |
void |
announce(nl.tudelft.simulation.event.EventType eventType,
boolean announce)
Method announce. |
Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final nl.tudelft.simulation.event.EventType UPDATE_BUSINESS_PRODUCTION_PANEL_DAY
public static final nl.tudelft.simulation.event.EventType UPDATE_BUSINESS_PRODUCTION_PANEL_WEEK
public static final nl.tudelft.simulation.event.EventType UPDATE_BUSINESS_PRODUCTION_PANEL_MONTH
public static final nl.tudelft.simulation.event.EventType UPDATE_BUSINESS_PRODUCTION_PRODUCT_HEADERS
Constructor Detail |
public BusinessProduction(SingleUserInteractionLayerInterface owner)
owner
- the ownerMethod Detail |
public void announce(nl.tudelft.simulation.event.EventType eventType, boolean announce)
AnnounceInterface
announce
in interface AnnounceInterface
eventType
- the eventTypeannounce
- indicates whether this is an announceAnnounceInterface.announce(nl.tudelft.simulation.event.EventType,
boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |