dip.gui
Class OrderDisplayPanel.ODPPropertyListener

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

protected class OrderDisplayPanel.ODPPropertyListener
extends AbstractCFPListener

Property change listener


Constructor Summary
protected OrderDisplayPanel.ODPPropertyListener()
           
 
Method Summary
 void actionDisplayablePowersChanged(Power[] oldPowers, Power[] newPowers)
          Invoked when the displayable Powers have changed
 void actionModeChanged(java.lang.String newMode)
          Invoked when the Mode has changed (see ClientFrame)
 void actionOrderablePowersChanged(Power[] oldPowers, Power[] newPowers)
          Invoked when the orderable Powers have changed
 void actionOrderCreated(Orderable order)
          Invoked when an Order is created
 void actionOrderDeleted(Orderable order)
          Invoked when an Order is deleted
 void actionOrdersCreated(Orderable[] orders)
          Invoked when multiple Orders are created
 void actionOrdersDeleted(Orderable[] orders)
          Invoked when multiple Orders are deleted
 void actionTurnstateChanged(TurnState ts)
          Invoked when a TurnState changes
 void actionValOptsChanged(ValidationOptions options)
          Invoked when Validation Options have changed
 void actionWorldCreated(World w)
          Invoked when a World is created
 void actionWorldDestroyed(World w)
          Invoked when a World is destroyed
 
Methods inherited from class dip.gui.AbstractCFPListener
actionMMDReady, actionStateModified, actionTurnstateAdded, actionTurnstateRemoved, actionTurnstateResolved, propertyChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderDisplayPanel.ODPPropertyListener

protected OrderDisplayPanel.ODPPropertyListener()
Method Detail

actionOrderCreated

public void actionOrderCreated(Orderable order)
Description copied from class: AbstractCFPListener
Invoked when an Order is created

Overrides:
actionOrderCreated in class AbstractCFPListener

actionOrderDeleted

public void actionOrderDeleted(Orderable order)
Description copied from class: AbstractCFPListener
Invoked when an Order is deleted

Overrides:
actionOrderDeleted in class AbstractCFPListener

actionOrdersCreated

public void actionOrdersCreated(Orderable[] orders)
Description copied from class: AbstractCFPListener
Invoked when multiple Orders are created

Overrides:
actionOrdersCreated in class AbstractCFPListener

actionOrdersDeleted

public void actionOrdersDeleted(Orderable[] orders)
Description copied from class: AbstractCFPListener
Invoked when multiple Orders are deleted

Overrides:
actionOrdersDeleted in class AbstractCFPListener

actionOrderablePowersChanged

public void actionOrderablePowersChanged(Power[] oldPowers,
                                         Power[] newPowers)
Description copied from class: AbstractCFPListener
Invoked when the orderable Powers have changed

Overrides:
actionOrderablePowersChanged in class AbstractCFPListener

actionDisplayablePowersChanged

public void actionDisplayablePowersChanged(Power[] oldPowers,
                                           Power[] newPowers)
Description copied from class: AbstractCFPListener
Invoked when the displayable Powers have changed

Overrides:
actionDisplayablePowersChanged in class AbstractCFPListener

actionValOptsChanged

public void actionValOptsChanged(ValidationOptions options)
Description copied from class: AbstractCFPListener
Invoked when Validation Options have changed

Overrides:
actionValOptsChanged in class AbstractCFPListener

actionWorldCreated

public void actionWorldCreated(World w)
Description copied from class: AbstractCFPListener
Invoked when a World is created

Overrides:
actionWorldCreated in class AbstractCFPListener

actionWorldDestroyed

public void actionWorldDestroyed(World w)
Description copied from class: AbstractCFPListener
Invoked when a World is destroyed

Overrides:
actionWorldDestroyed in class AbstractCFPListener

actionTurnstateChanged

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

Overrides:
actionTurnstateChanged in class AbstractCFPListener

actionModeChanged

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

Overrides:
actionModeChanged in class AbstractCFPListener


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