org.merlotxml.merlot
Class MerlotError.ShowMessageLaterRunnable

java.lang.Object
  |
  +--org.merlotxml.merlot.MerlotError.ShowMessageLaterRunnable
Enclosing class:
MerlotError

public class MerlotError.ShowMessageLaterRunnable
extends java.lang.Object
implements java.lang.Runnable


Field Summary
 boolean _die
           
 java.lang.String _msg
           
 java.lang.String _title
           
 
Constructor Summary
MerlotError.ShowMessageLaterRunnable()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_msg

public java.lang.String _msg

_title

public java.lang.String _title

_die

public boolean _die
Constructor Detail

MerlotError.ShowMessageLaterRunnable

public MerlotError.ShowMessageLaterRunnable()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable