com.jp.protection.priv
Interface ProtectionLauncherConfigBuilderListener

All Superinterfaces:
java.util.EventListener

public interface ProtectionLauncherConfigBuilderListener
extends java.util.EventListener


Method Summary
 void buildFinished(ProtectionLauncherConfigBuilder aBuilder, ProtectionLauncherBuildConfig aBuildConfig, boolean isSuccess)
           
 void buildStarted(ProtectionLauncherConfigBuilder aBuilder, ProtectionLauncherBuildConfig aBuildConfig)
           
 void onError(ProtectionLauncherConfigBuilder aBuilder, java.lang.String aMessage)
           
 void onError(ProtectionLauncherConfigBuilder aBuilder, java.lang.Throwable anException)
           
 

Method Detail

buildStarted

void buildStarted(ProtectionLauncherConfigBuilder aBuilder,
                  ProtectionLauncherBuildConfig aBuildConfig)

buildFinished

void buildFinished(ProtectionLauncherConfigBuilder aBuilder,
                   ProtectionLauncherBuildConfig aBuildConfig,
                   boolean isSuccess)

onError

void onError(ProtectionLauncherConfigBuilder aBuilder,
             java.lang.String aMessage)

onError

void onError(ProtectionLauncherConfigBuilder aBuilder,
             java.lang.Throwable anException)