org.merlotxml.merlot
Class MerlotError.msgRunnable

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

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

Description of the Class

Author:
Administrator

Field Summary
protected  java.lang.String _msg
          Description of the Field
protected  java.lang.String _title
          Description of the Field
 
Constructor Summary
MerlotError.msgRunnable(java.lang.String msg, java.lang.String title)
          Constructor for the msgRunnable object
 
Method Summary
 void run()
          Main processing method for the msgRunnable object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_msg

protected java.lang.String _msg
Description of the Field


_title

protected java.lang.String _title
Description of the Field

Constructor Detail

MerlotError.msgRunnable

public MerlotError.msgRunnable(java.lang.String msg,
                               java.lang.String title)
Constructor for the msgRunnable object

Parameters:
msg - Description of the Parameter
title - Description of the Parameter
Method Detail

run

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

Specified by:
run in interface java.lang.Runnable