|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcUpdateListener
Interface that extends the basic CcListener class. This is used for specific CCRC CLI related callbacks for Update operations.
Nested Class Summary | |
---|---|
static class |
CcUpdateListener.UpdateType
Values for file or directory update type |
Method Summary | |
---|---|
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. |
Methods inherited from interface CcListener |
---|
notify |
Method Detail |
---|
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.
|
Generated Mon 18-May-2015 11:04 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |