|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITransformationEventListener
Interface for a transformation listener. This listener has to be registered in the
TransformationUIManager
and is notified after each
transformation.
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 |
---|
void transformationExecuted(Object[] args)
args
- The following array:
0 : The diagram object on which the transformation has been executed.
1 : The currently active editor.void transformationAboutToExecute(Object[] args)
args
- List of parameters for the listener.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |