views
Class MessageShower.ErrorShowerHelper

java.lang.Object
  extended by views.MessageShower.ErrorShowerHelper
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MessageShower

private class MessageShower.ErrorShowerHelper
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
private MessageShower.ErrorShowerHelper()
           
 
Method Summary
 void run()
          Displays the error in an error dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageShower.ErrorShowerHelper

private MessageShower.ErrorShowerHelper()
Method Detail

run

public void run()
Displays the error in an error dialog. This method should not be called directly, but should be called from within the SwingUtilities.invokeAndWait method.

Specified by:
run in interface java.lang.Runnable