public interface CcUpdateListener extends CcListener
Modifier and Type | Interface and Description |
---|---|
static class |
CcUpdateListener.UpdateType
Values for file or directory update type
|
Modifier and Type | Method and Description |
---|---|
void |
notifyLogFile(File logFile)
Callback used when doing a refresh of an automatic view.
|
void |
notifyUpdate(CcUpdateListener.UpdateType updateType,
CcFile file)
Callback from response handler to notify that a file or directory is
updated and update type is associated with it.
|
notify
void notifyLogFile(File logFile)
logFile
- File containing the update log.void notifyUpdate(CcUpdateListener.UpdateType updateType, CcFile file)
updateType
- update type for this file or directory @see UpdateTypefile
- The CcFile is representing the updated file or directory.Copyright © IBM 2018. All rights reserved.