| [Eugenia] Execute code when property of a node is changed [message #766890] |
Fri, 16 December 2011 10:51  |
Snakebyte Missing name Messages: 130 Registered: November 2011 |
Senior Member |
|
|
Hello.
I got the following node in emf.
@gmf.node(label="identifier", border.width="1",border.color="0,0,0",size="130,50",label.icon="false",figure="rectangle")
class AwayGoal extends StandardNode
{
ref Goal [1] ReferencedGoal;
attr String AwayGoalModuleIdentifier;
}
Everything works great for now.
I want to change the attribute now when the Goal is changed.
Are there any listeners ?
So my problem is that i want to execute some code when the value Goal is changed.
Can somebody give me an example on how to do that ?
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.10101 seconds