Uses of Interface
soc.client.ColorSquareListener

Packages that use ColorSquareListener
soc.client   
 

Uses of ColorSquareListener in soc.client
 

Classes in soc.client that implement ColorSquareListener
 class SquaresPanel
          Display grid of give/get resources for trade and bank/port offers.
 

Fields in soc.client declared as ColorSquareListener
protected  ColorSquareListener ColorSquare.sqListener
           
 

Methods in soc.client that return ColorSquareListener
 ColorSquareListener ColorSquare.getSquareListener()
          Optionally, a square listener can be called when the value changes.
 

Methods in soc.client with parameters of type ColorSquareListener
 void ColorSquare.setSquareListener(ColorSquareListener sp)
          Optionally, a square listener can be called when the value changes.