de.cau.cs.kieler.ksbase.ui.listener
Interface ITransformationEventListener

All Known Implementing Classes:
KSBasETrigger, TransformationUtils

public interface ITransformationEventListener

Interface for a transformation listener. This listener has to be registered in the TransformationUIManager and is notified after each transformation.

Rating proposed yellow
(2009-12-15)

Method Summary
 void transformationAboutToExecute(Object[] args)
          Notifies the listener that a transformation is about to be executed.
 void transformationExecuted(Object[] args)
          Notifies the listener that a transformation has been executed.
 

Method Detail

transformationExecuted

void transformationExecuted(Object[] args)
Notifies the listener that a transformation has been executed.

Parameters:
args - The following array: 0 : The diagram object on which the transformation has been executed. 1 : The currently active editor.

transformationAboutToExecute

void transformationAboutToExecute(Object[] args)
Notifies the listener that a transformation is about to be executed.

Parameters:
args - List of parameters for the listener.