|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void packageCreationComplete(int rc, java.lang.String pkgId)
rc
- the result of the package creationpkgId
- the id of the new package, null if this was an unsucessful creationpublic void packageSaveComplete(int rc, java.lang.String pkgId)
rc
- the result of the package save.pkgId
- the id of the package that was savedpublic void packageDeleteFinished(int rc, java.lang.String pkgId)
rc
- the result of the package delete
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |