net.sf.freecol.client.control
Class InGameInputHandler.ShowInformationMessageSwingTask

java.lang.Object
  extended by net.sf.freecol.client.control.InGameInputHandler.SwingTask
      extended by net.sf.freecol.client.control.InGameInputHandler.ShowMessageSwingTask
          extended by net.sf.freecol.client.control.InGameInputHandler.ShowInformationMessageSwingTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
InGameInputHandler

 class InGameInputHandler.ShowInformationMessageSwingTask
extends InGameInputHandler.ShowMessageSwingTask

This class shows an informational dialog.


Field Summary
private  StringTemplate message
           
 
Constructor Summary
InGameInputHandler.ShowInformationMessageSwingTask(StringTemplate message)
          Constructor.
 
Method Summary
protected  java.lang.Object doWork()
          Override this method to do the actual work.
 
Methods inherited from class net.sf.freecol.client.control.InGameInputHandler.ShowMessageSwingTask
show
 
Methods inherited from class net.sf.freecol.client.control.InGameInputHandler.SwingTask
getResult, invokeAndWait, invokeLater, invokeSpecial, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

private StringTemplate message
Constructor Detail

InGameInputHandler.ShowInformationMessageSwingTask

public InGameInputHandler.ShowInformationMessageSwingTask(StringTemplate message)
Constructor.

Parameters:
message - the StringTemplate
Method Detail

doWork

protected java.lang.Object doWork()
Description copied from class: InGameInputHandler.SwingTask
Override this method to do the actual work.

Specified by:
doWork in class InGameInputHandler.SwingTask
Returns:
result.