proyecto.utilidades
Class MuestraMensaje

java.lang.Object
  extended by proyecto.utilidades.MuestraMensaje
All Implemented Interfaces:
Runnable

final class MuestraMensaje
extends Object
implements Runnable


Field Summary
(package private)  int boton
           
(package private)  int icono
           
(package private)  String mensaje
           
(package private)  String titulo
           
(package private)  int valor
           
 
Constructor Summary
MuestraMensaje(String asTitulo, String asMensaje, int aiIcono, int aiBoton)
           
 
Method Summary
 int getValor()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

titulo

String titulo

mensaje

String mensaje

icono

int icono

boton

int boton

valor

int valor
Constructor Detail

MuestraMensaje

public MuestraMensaje(String asTitulo,
                      String asMensaje,
                      int aiIcono,
                      int aiBoton)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getValor

public int getValor()