ks.client.interfaces
Interface ISplashScreenWriter


public interface ISplashScreenWriter

Anyone who needs to write to the splash screen can use the object that implements this interface.

Creation date: (12/6/01 10:36:04 PM)


Method Summary
 void addRef()
          Each entity writing to the splash screen can increment the ref count.
 void removeRef()
          Each entity writing to the splash screen can decrement the ref count.
 void setSplashText(java.lang.String s)
          Update the text on the Splash Screen.
 

Method Detail

addRef

public void addRef()
Each entity writing to the splash screen can increment the ref count. Once this refCount goes down to ZERO, the splash screen vanishes.


removeRef

public void removeRef()
Each entity writing to the splash screen can decrement the ref count. Once this refCount goes down to ZERO, the splash screen vanishes.


setSplashText

public void setSplashText(java.lang.String s)
Update the text on the Splash Screen.