COSMOS ${releaseVersion} resource-modeling Project
Public API Specification

org.eclipse.cosmos.rm.repository.provisional.operations
Interface IProgressListener


public interface IProgressListener

An operation listener is used to be notified of certain events during the execution of an operation.


Method Summary
 void operationInterrupted(org.eclipse.cosmos.rm.repository.internal.operations.OperationEvent event)
          Interrupts the operation execution to determine what action to take
 

Method Detail

operationInterrupted

void operationInterrupted(org.eclipse.cosmos.rm.repository.internal.operations.OperationEvent event)
Interrupts the operation execution to determine what action to take

Parameters:
event - The operation event

COSMOS ${releaseVersion} resource-modeling Project
Public API Specification