proyecto.utilidades
Class MuestraMensaje
java.lang.Object
proyecto.utilidades.MuestraMensaje
- All Implemented Interfaces:
- Runnable
final class MuestraMensaje
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
titulo
String titulo
mensaje
String mensaje
icono
int icono
boton
int boton
valor
int valor
MuestraMensaje
public MuestraMensaje(String asTitulo,
String asMensaje,
int aiIcono,
int aiBoton)
run
public void run()
- Specified by:
run
in interface Runnable
getValor
public int getValor()