dip.gui
Class F2FOrderDisplayPanel.F2FPropertyListener

java.lang.Object
  extended bydip.gui.AbstractCFPListener
      extended bydip.gui.OrderDisplayPanel.ODPPropertyListener
          extended bydip.gui.F2FOrderDisplayPanel.F2FPropertyListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Enclosing class:
F2FOrderDisplayPanel

protected class F2FOrderDisplayPanel.F2FPropertyListener
extends OrderDisplayPanel.ODPPropertyListener

Extended F2FPropertyListener


Constructor Summary
protected F2FOrderDisplayPanel.F2FPropertyListener()
           
 
Method Summary
 void actionMMDReady(MapMetadata mmd)
          Invoked when MapMetadata information is ready
 void actionModeChanged(java.lang.String mode)
          Invoked when the Mode has changed (see ClientFrame)
 void actionTurnstateAdded(TurnState ts)
          Invoked when a TurnState is added to the World
 void actionTurnstateChanged(TurnState ts)
          Invoked when a TurnState changes
 void actionTurnstateResolved(TurnState ts)
          Invoked when a TurnState has been resolved
 
Methods inherited from class dip.gui.OrderDisplayPanel.ODPPropertyListener
actionDisplayablePowersChanged, actionOrderablePowersChanged, actionOrderCreated, actionOrderDeleted, actionOrdersCreated, actionOrdersDeleted, actionValOptsChanged, actionWorldCreated, actionWorldDestroyed
 
Methods inherited from class dip.gui.AbstractCFPListener
actionStateModified, actionTurnstateRemoved, propertyChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F2FOrderDisplayPanel.F2FPropertyListener

protected F2FOrderDisplayPanel.F2FPropertyListener()
Method Detail

actionTurnstateChanged

public void actionTurnstateChanged(TurnState ts)
Description copied from class: AbstractCFPListener
Invoked when a TurnState changes

Overrides:
actionTurnstateChanged in class OrderDisplayPanel.ODPPropertyListener

actionTurnstateResolved

public void actionTurnstateResolved(TurnState ts)
Description copied from class: AbstractCFPListener
Invoked when a TurnState has been resolved

Overrides:
actionTurnstateResolved in class AbstractCFPListener

actionTurnstateAdded

public void actionTurnstateAdded(TurnState ts)
Description copied from class: AbstractCFPListener
Invoked when a TurnState is added to the World

Overrides:
actionTurnstateAdded in class AbstractCFPListener

actionMMDReady

public void actionMMDReady(MapMetadata mmd)
Description copied from class: AbstractCFPListener
Invoked when MapMetadata information is ready

Overrides:
actionMMDReady in class AbstractCFPListener

actionModeChanged

public void actionModeChanged(java.lang.String mode)
Description copied from class: AbstractCFPListener
Invoked when the Mode has changed (see ClientFrame)

Overrides:
actionModeChanged in class OrderDisplayPanel.ODPPropertyListener


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