Project: stp

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.


Nested Class Summary
static class CcUpdateListener.UpdateType
          Values for file or directory update type
 
Method Summary
 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

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 UpdateType
file - The CcFile is representing the updated file or directory.

Generated Tue 10-Jun-2014 11:07 PM

Copyright © IBM 2014. All rights reserved.