Uses of Interface
soc.game.SOCScenarioEventListener

Packages that use SOCScenarioEventListener
soc.client   
soc.game   
soc.server   
 

Uses of SOCScenarioEventListener in soc.client
 

Classes in soc.client that implement SOCScenarioEventListener
 class SOCPlayerInterface
          Window with interface for a player in one game of Settlers of Catan.
 

Uses of SOCScenarioEventListener in soc.game
 

Fields in soc.game declared as SOCScenarioEventListener
(package private)  SOCScenarioEventListener SOCGame.scenarioEventListener
          Listener for scenario events on the large sea board, or null.
 

Methods in soc.game with parameters of type SOCScenarioEventListener
 void SOCGame.setScenarioEventListener(SOCScenarioEventListener sel)
          Set or clear the scenario event listener.
 

Uses of SOCScenarioEventListener in soc.server
 

Classes in soc.server that implement SOCScenarioEventListener
 class SOCGameHandler
          Server class to handle game-specific actions and messages for the SoC game type.