org.gscg.gameactors
Interface GameActorInteractiveInterface

All Superinterfaces:
java.util.EventListener, nl.tudelft.simulation.event.EventListenerInterface
All Known Implementing Classes:
GameDistributorInteractive, GameManufacturerInteractive

public interface GameActorInteractiveInterface
extends nl.tudelft.simulation.event.EventListenerInterface

The GameActorInteractiveInterface.
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.2 $ $Date: 2005/08/09 15:43:40 $
Author:
Alexander Verbraeck

Method Summary
 SingleUserInteractionLayerInterface getSingleUserInteractionLayer()
          Method getSingleUserInteractionLayer.
 void setSingleUserInteractionLayer(SingleUserInteractionLayerInterface singleUserInteractionLayer)
           
 
Methods inherited from interface nl.tudelft.simulation.event.EventListenerInterface
notify
 

Method Detail

setSingleUserInteractionLayer

public void setSingleUserInteractionLayer(SingleUserInteractionLayerInterface singleUserInteractionLayer)
Parameters:
singleUserInteractionLayer - the singel user interactionlayer

getSingleUserInteractionLayer

public SingleUserInteractionLayerInterface getSingleUserInteractionLayer()
Method getSingleUserInteractionLayer.

Returns:
returns the SingleUserInteractionLayer


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