Uses of Interface
soc.game.SOCGameOption.ChangeListener

Packages that use SOCGameOption.ChangeListener
soc.client   
soc.game   
 

Uses of SOCGameOption.ChangeListener in soc.client
 

Methods in soc.client with parameters of type SOCGameOption.ChangeListener
private  void NewGameOptionsFrame.fireOptionChangeListener(SOCGameOption.ChangeListener cl, SOCGameOption opt, java.lang.Object oldValue, java.lang.Object newValue)
          Handle firing a game option's ChangeListener, and refreshing related gameopts' values on-screen if needed.
 

Uses of SOCGameOption.ChangeListener in soc.game
 

Fields in soc.game declared as SOCGameOption.ChangeListener
private  SOCGameOption.ChangeListener SOCGameOption.optCL
          The option's ChangeListener, or null.
 

Methods in soc.game that return SOCGameOption.ChangeListener
 SOCGameOption.ChangeListener SOCGameOption.getChangeListener()
          Get this option's SOCGameOption.ChangeListener, if any
 

Methods in soc.game with parameters of type SOCGameOption.ChangeListener
 void SOCGameOption.addChangeListener(SOCGameOption.ChangeListener cl)
          Add or remove this option's change listener.