dip.tool
Interface ToolProxy

All Known Implementing Classes:
ToolProxyImpl

public interface ToolProxy

Proxy object which facilitates communication between a Tool and jDip internal data structures.

This API has not yet been defined, and remains in flux.


Method Summary
 ClientFrame getClient()
          Gets the ClientFrame (JFrame) instance
 TurnState getCurrentTurnState()
          Convenience method: gets the current TurnState from the current World, or null
 World getWorld()
          Gets the current World object, if any.
 

Method Detail

getWorld

public World getWorld()
Gets the current World object, if any. May return null.


getCurrentTurnState

public TurnState getCurrentTurnState()
Convenience method: gets the current TurnState from the current World, or null


getClient

public ClientFrame getClient()
Gets the ClientFrame (JFrame) instance



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