org.installguru.installer
Class UserCode

java.lang.Object
  |
  +--org.installguru.installer.UserCode

public class UserCode
extends java.lang.Object


Constructor Summary
UserCode()
          Creates a new instance of UserCode
 
Method Summary
 void EnterInformation_postInit(java.util.Properties props)
           
 void EnterInformation_preInit(java.util.Properties props)
           
 boolean Install_postNext(java.util.Properties props)
           
 void Uninstall_preInit(java.util.Properties props)
           
 void Welcome_postInit(java.util.Properties props)
           
 void Welcome_preInit(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCode

public UserCode()
Creates a new instance of UserCode
Method Detail

Welcome_preInit

public void Welcome_preInit(java.util.Properties props)

Welcome_postInit

public void Welcome_postInit(java.util.Properties props)

EnterInformation_preInit

public void EnterInformation_preInit(java.util.Properties props)

EnterInformation_postInit

public void EnterInformation_postInit(java.util.Properties props)

Install_postNext

public boolean Install_postNext(java.util.Properties props)

Uninstall_preInit

public void Uninstall_preInit(java.util.Properties props)