Uses of Interface
org.gscg.common.interactionlayer.GlobalInteractionLayerInterface

Packages that use GlobalInteractionLayerInterface
org.gscg.common.gui   
org.gscg.common.interactionlayer.messaging   
org.gscg.gameleader.interactionlayer   
org.gscg.singleuser.interactionlayer   
 

Uses of GlobalInteractionLayerInterface in org.gscg.common.gui
 

Methods in org.gscg.common.gui that return GlobalInteractionLayerInterface
 GlobalInteractionLayerInterface ActorApplicationInterface.getGlobalInteractionLayerInterface()
           
 

Uses of GlobalInteractionLayerInterface in org.gscg.common.interactionlayer.messaging
 

Methods in org.gscg.common.interactionlayer.messaging with parameters of type GlobalInteractionLayerInterface
 void ScenarioText.addInteractionLayer(GlobalInteractionLayerInterface layer)
          Method addInteractionLayer adds an interaction layer to the list of requestForQuotes of the scenario texts
 

Constructors in org.gscg.common.interactionlayer.messaging with parameters of type GlobalInteractionLayerInterface
SocialMessaging(GlobalInteractionLayerInterface owner, YellowPage yellowPage)
          constructs a new SocialMessaging
 

Uses of GlobalInteractionLayerInterface in org.gscg.gameleader.interactionlayer
 

Classes in org.gscg.gameleader.interactionlayer that implement GlobalInteractionLayerInterface
 class GameLeaderInteractionLayer
          The game leader interaction layer is the layer between server-side game control logic and a client-side game administrator application.
 

Uses of GlobalInteractionLayerInterface in org.gscg.singleuser.interactionlayer
 

Subinterfaces of GlobalInteractionLayerInterface in org.gscg.singleuser.interactionlayer
 interface RemoteInteractionLayerInterface
          THe RemoteInteraction interface defines the methods for the client-side application.
 interface SingleUserInteractionLayerInterface
          The interface for single user interaction layers.
 

Classes in org.gscg.singleuser.interactionlayer that implement GlobalInteractionLayerInterface
 class DistributorSingleUserInteractionLayer
          The DistributorSingleUserInteractionLayer takes care of the communication between the simulation server side and a client side application for a distributor.
 class ManufacturerSingleUserInteractionLayer
          The ManufacturerSingleUserInteractionLayer takes care of the communication between the simulation server side and a client side application for a manufacturer.
 



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