org.gscg.common.gui
Interface ActorApplicationInterface

All Superinterfaces:
ColorInterface

public interface ActorApplicationInterface
extends ColorInterface

Defines methods which should be implemented by actor applications. Examples of these application are a game leader application and a player application.

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

Since:
1.1.3
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:34:10 $
Author:
Stijn-Pieter van Houten

Method Summary
 ClientSideInteractionLayerInterface getClientSideInteractionLayerInterface()
           
 GlobalInteractionLayerInterface getGlobalInteractionLayerInterface()
           
 
Methods inherited from interface org.gscg.common.gui.ColorInterface
getBusinessPanelBackGroundColor, getCellBackGroundColor, getCellButtonBackGroundColor, getMainPanelBackGroundColor, getProgressIndicatorColor
 

Method Detail

getClientSideInteractionLayerInterface

public ClientSideInteractionLayerInterface getClientSideInteractionLayerInterface()
Returns:
Returns an object implementing this interface.

getGlobalInteractionLayerInterface

public GlobalInteractionLayerInterface getGlobalInteractionLayerInterface()
Returns:
Returns the GlobalInteractionLayerInterface


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