|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PatchListener
The listener interface for receiving patch events.
| Method Summary | |
|---|---|
void |
patchApplyFinished(PatchEvent pe)
Invoked when the patch application program has finished. |
void |
patchApplyStarted(PatchEvent pe)
Invoked when the patch application program has started. |
void |
patchBufferChanging(PatchEvent pe)
Invoked when the patch application is modifying a file buffer. |
void |
patchFileBackedUp(PatchEvent pe)
Invoked when the patch application program has backed up a file. |
void |
patchFileBackupFailed(PatchEvent pe)
Invoked when the patch application program has failed to back up a file. |
void |
patchFileCreated(PatchEvent pe)
Invoked when the patch application program has created a file. |
void |
patchFileCreateFailed(PatchEvent pe)
Invoked when the patch application program has failed to create a file. |
void |
patchFileDeleted(PatchEvent pe)
Invoked when the patch application program has deleted a file. |
void |
patchFileDeleteFailed(PatchEvent pe)
Invoked when the patch application program has failed to delete a file. |
void |
patchFileSaved(PatchEvent pe)
Invoked when the patch application program has saved a file. |
void |
patchFileSaveFailed(PatchEvent pe)
Invoked when the patch application program has failed to save a file. |
void |
patchProgressUpdated(PatchEvent pe)
Invoked when the progress of the patch application program has changed. |
| Method Detail |
|---|
void patchApplyStarted(PatchEvent pe)
pe - the patch eventvoid patchFileCreated(PatchEvent pe)
pe - the patch eventvoid patchFileCreateFailed(PatchEvent pe)
pe - the patch eventvoid patchFileDeleted(PatchEvent pe)
pe - the patch eventvoid patchFileDeleteFailed(PatchEvent pe)
pe - the patch eventvoid patchFileBackedUp(PatchEvent pe)
pe - the patch eventvoid patchFileBackupFailed(PatchEvent pe)
pe - the patch eventvoid patchBufferChanging(PatchEvent pe)
pe - the patch eventvoid patchFileSaved(PatchEvent pe)
pe - the patch eventvoid patchFileSaveFailed(PatchEvent pe)
pe - the patch eventvoid patchApplyFinished(PatchEvent pe)
pe - the patch eventvoid patchProgressUpdated(PatchEvent pe)
pe - the patch event
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||