soc.client
Class SOCPlayerInterface.SOCPIDiscardMsgTask

java.lang.Object
  extended byjava.util.TimerTask
      extended bysoc.client.SOCPlayerInterface.SOCPIDiscardMsgTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SOCPlayerInterface

private static class SOCPlayerInterface.SOCPIDiscardMsgTask
extends java.util.TimerTask

When timer fires, show discard message in any other player (not client player) who must discard.

See Also:
SOCPlayerInterface.discardTimerSet()

Field Summary
private  SOCPlayerInterface pi
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
SOCPlayerInterface.SOCPIDiscardMsgTask(SOCPlayerInterface spi)
           
 
Method Summary
 void run()
          Called when timer fires.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pi

private SOCPlayerInterface pi
Constructor Detail

SOCPlayerInterface.SOCPIDiscardMsgTask

public SOCPlayerInterface.SOCPIDiscardMsgTask(SOCPlayerInterface spi)
Method Detail

run

public void run()
Called when timer fires. Examine game state and players. Sets "discarding..." to handpanels of discarding players.