com.ibm.rational.wvcm.stp.cc
Interface CcUpdateListener
- All Superinterfaces:
- CcListener
public interface CcUpdateListener
- extends CcListener
Interface that extends the basic CcListener class. This is used for specific
CCRC CLI related callbacks for Update operations.
notifyUpdate
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.
- Parameters:
updateType
- update type for this file or directory @see UpdateTypefile
- The CcFile is representing the updated file or directory.
Copyright © IBM 2012. All rights reserved.