com.tivoli.twg.SoftwarePackageEditor
Interface TWGSwPkgMgr.PkgTaskListener

Enclosing interface:
TWGSwPkgMgr

public static interface TWGSwPkgMgr.PkgTaskListener

Interface those classes interested in listening for package creation events should implement


Method Summary
 void packageCreationComplete(int rc, java.lang.String pkgId)
          Method to be called when package creation finishes
 void packageDeleteFinished(int rc, java.lang.String pkgId)
          Method to be called when a package delete finishes
 void packageSaveComplete(int rc, java.lang.String pkgId)
          Method to be called when a package save completes
 

Method Detail

packageCreationComplete

public void packageCreationComplete(int rc,
                                    java.lang.String pkgId)
Method to be called when package creation finishes

Parameters:
rc - the result of the package creation
pkgId - the id of the new package, null if this was an unsucessful creation

packageSaveComplete

public void packageSaveComplete(int rc,
                                java.lang.String pkgId)
Method to be called when a package save completes

Parameters:
rc - the result of the package save.
pkgId - the id of the package that was saved

packageDeleteFinished

public void packageDeleteFinished(int rc,
                                  java.lang.String pkgId)
Method to be called when a package delete finishes

Parameters:
rc - the result of the package delete