|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.viewmanagement.ATrigger
de.cau.cs.kieler.ksbase.viewmanagement.triggers.KSBasETrigger
public class KSBasETrigger
A viewmanagement trigger which is called when a transformation command has been executed.
Constructor Summary | |
---|---|
KSBasETrigger()
Creates a new KSbasETrigger and adds itself to the list of postTransformationListeners in the TransformationUIManager. |
Method Summary | |
---|---|
void |
finalize()
Unregisters from the postTransformationListener. |
void |
transformationAboutToExecute(Object[] args)
The pre-transformation event will be ignore here. |
void |
transformationExecuted(Object[] args)
Called when a transformation is executed. |
Methods inherited from class de.cau.cs.kieler.viewmanagement.ATrigger |
---|
addListener, getListenerQuantity, notifyTrigger, removeListener, translateToEObject, translateToURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KSBasETrigger()
Method Detail |
---|
public void finalize()
finalize
in class ATrigger
public void transformationExecuted(Object[] args)
transformationExecuted
in interface ITransformationEventListener
args
- The arguments for this event. Needs be the Array : [EObject,EditorPart]public void transformationAboutToExecute(Object[] args)
transformationAboutToExecute
in interface ITransformationEventListener
args
- Parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |