dip.gui
Interface GUIGameSetup

All Superinterfaces:
GameSetup
All Known Implementing Classes:
DefaultGUIGameSetup, F2FGUIGameSetup

public interface GUIGameSetup
extends GameSetup

The base class for all GUI GameSetup operations.


Method Summary
 void save(ClientFrame cf)
          Called by the persistance manager just prior to a save.
 void setup(ClientFrame cf, World world)
          Setup the game.
 

Method Detail

setup

public void setup(ClientFrame cf,
                  World world)
Setup the game. This method is always called before any other method.


save

public void save(ClientFrame cf)
Called by the persistance manager just prior to a save. This allows serialization of any needed data to permit proper restoration.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.