public abstract class PatchAdapter extends java.lang.Object implements PatchListener
PatchListener interface.| Constructor and Description |
|---|
PatchAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void patchApplyStarted(PatchEvent pe)
patchApplyStarted in interface PatchListenerpe - the patch eventpublic void patchFileCreated(PatchEvent pe)
patchFileCreated in interface PatchListenerpe - the patch eventpublic void patchFileCreateFailed(PatchEvent pe)
patchFileCreateFailed in interface PatchListenerpe - the patch eventpublic void patchFileDeleted(PatchEvent pe)
patchFileDeleted in interface PatchListenerpe - the patch eventpublic void patchFileDeleteFailed(PatchEvent pe)
patchFileDeleteFailed in interface PatchListenerpe - the patch eventpublic void patchFileBackedUp(PatchEvent pe)
patchFileBackedUp in interface PatchListenerpe - the patch eventpublic void patchFileBackupFailed(PatchEvent pe)
patchFileBackupFailed in interface PatchListenerpe - the patch eventpublic void patchBufferChanging(PatchEvent pe)
patchBufferChanging in interface PatchListenerpe - the patch eventpublic void patchFileSaved(PatchEvent pe)
patchFileSaved in interface PatchListenerpe - the patch eventpublic void patchFileSaveFailed(PatchEvent pe)
patchFileSaveFailed in interface PatchListenerpe - the patch eventpublic void patchApplyFinished(PatchEvent pe)
patchApplyFinished in interface PatchListenerpe - the patch eventpublic void patchProgressUpdated(PatchEvent pe)
patchProgressUpdated in interface PatchListenerpe - the patch event