Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.javatools.patch
Interface PatchListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PatchAdapter

public interface PatchListener
extends java.util.EventListener

The listener interface for receiving patch events.

Since:
10.1.3.0.3

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

patchApplyStarted

void patchApplyStarted(PatchEvent pe)
Invoked when the patch application program has started.

Parameters:
pe - the patch event

patchFileCreated

void patchFileCreated(PatchEvent pe)
Invoked when the patch application program has created a file.

Parameters:
pe - the patch event

patchFileCreateFailed

void patchFileCreateFailed(PatchEvent pe)
Invoked when the patch application program has failed to create a file.

Parameters:
pe - the patch event

patchFileDeleted

void patchFileDeleted(PatchEvent pe)
Invoked when the patch application program has deleted a file.

Parameters:
pe - the patch event

patchFileDeleteFailed

void patchFileDeleteFailed(PatchEvent pe)
Invoked when the patch application program has failed to delete a file.

Parameters:
pe - the patch event

patchFileBackedUp

void patchFileBackedUp(PatchEvent pe)
Invoked when the patch application program has backed up a file.

Parameters:
pe - the patch event

patchFileBackupFailed

void patchFileBackupFailed(PatchEvent pe)
Invoked when the patch application program has failed to back up a file.

Parameters:
pe - the patch event

patchBufferChanging

void patchBufferChanging(PatchEvent pe)
Invoked when the patch application is modifying a file buffer.

Parameters:
pe - the patch event

patchFileSaved

void patchFileSaved(PatchEvent pe)
Invoked when the patch application program has saved a file.

Parameters:
pe - the patch event

patchFileSaveFailed

void patchFileSaveFailed(PatchEvent pe)
Invoked when the patch application program has failed to save a file.

Parameters:
pe - the patch event

patchApplyFinished

void patchApplyFinished(PatchEvent pe)
Invoked when the patch application program has finished.

Parameters:
pe - the patch event

patchProgressUpdated

void patchProgressUpdated(PatchEvent pe)
Invoked when the progress of the patch application program has changed.

Parameters:
pe - the patch event

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.