jap
Class ConsoleSplash

java.lang.Object
  extended by jap.ConsoleSplash
All Implemented Interfaces:
ISplashResponse

public class ConsoleSplash
extends java.lang.Object
implements ISplashResponse

Simulates a splash screen on the console.

Author:
Rolf Wendolsky

Field Summary
private  java.lang.String m_lastMessage
           
 
Constructor Summary
ConsoleSplash()
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String a_message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_lastMessage

private java.lang.String m_lastMessage
Constructor Detail

ConsoleSplash

public ConsoleSplash()
Method Detail

setText

public void setText(java.lang.String a_message)
Specified by:
setText in interface ISplashResponse

getText

public java.lang.String getText()
Specified by:
getText in interface ISplashResponse