org.merlotxml.merlot
Class MerlotError.ShowMessageLaterRunnable

java.lang.Object
  extended byorg.merlotxml.merlot.MerlotError.ShowMessageLaterRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MerlotError

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

Description of the Class

Author:
Administrator

Field Summary
 boolean _die
          Description of the Field
 java.lang.String _msg
          Description of the Field
 java.lang.String _title
          Description of the Field
 
Constructor Summary
MerlotError.ShowMessageLaterRunnable()
           
 
Method Summary
 void run()
          Main processing method for the ShowMessageLaterRunnable object
 
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
Description of the Field


_title

public java.lang.String _title
Description of the Field


_die

public boolean _die
Description of the Field

Constructor Detail

MerlotError.ShowMessageLaterRunnable

public MerlotError.ShowMessageLaterRunnable()
Method Detail

run

public void run()
Main processing method for the ShowMessageLaterRunnable object

Specified by:
run in interface java.lang.Runnable