org.ssonet.util
Interface PreloadListener

All Known Implementing Classes:
PreloadWaitFrame

public interface PreloadListener

Needed for a feedback system for the Preload.


Field Summary
static int INSTALLED
           
static int SKIPPED
           
 
Method Summary
 void preloadInstalled(int installState)
           
 void providerInstalled()
           
 

Field Detail

INSTALLED

public static final int INSTALLED
See Also:
Constant Field Values

SKIPPED

public static final int SKIPPED
See Also:
Constant Field Values
Method Detail

providerInstalled

public void providerInstalled()

preloadInstalled

public void preloadInstalled(int installState)


Copyright © 2003 DRIM Team. All Rights Reserved.