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

org.eclipse.cosmos.rm.smlif.internal.importing.ui
Class ImportFromSMLIFWizardPage.ProgressListener

java.lang.Object
  extended by org.eclipse.cosmos.rm.smlif.internal.importing.ui.ImportFromSMLIFWizardPage.ProgressListener
All Implemented Interfaces:
org.eclipse.cosmos.rm.repository.provisional.operations.IProgressListener
Enclosing class:
ImportFromSMLIFWizardPage

public static class ImportFromSMLIFWizardPage.ProgressListener
extends java.lang.Object
implements org.eclipse.cosmos.rm.repository.provisional.operations.IProgressListener

The progress listener used to


Constructor Summary
ImportFromSMLIFWizardPage.ProgressListener()
           
 
Method Summary
 void operationInterrupted(OperationEvent event)
          Interrupts the operation execution to determine what action to take
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportFromSMLIFWizardPage.ProgressListener

public ImportFromSMLIFWizardPage.ProgressListener()
Method Detail

operationInterrupted

public void operationInterrupted(OperationEvent event)
Description copied from interface: org.eclipse.cosmos.rm.repository.provisional.operations.IProgressListener
Interrupts the operation execution to determine what action to take

Specified by:
operationInterrupted in interface org.eclipse.cosmos.rm.repository.provisional.operations.IProgressListener
Parameters:
event - The operation event

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