jap
Interface ISplashResponse

All Known Implementing Classes:
ConsoleSplash, JAPSplash

public interface ISplashResponse

Prints messages on the screen while the program is loading or shutting down.

Author:
Rolf Wendolsky

Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String a_message)
           
 

Method Detail

setText

void setText(java.lang.String a_message)

getText

java.lang.String getText()