miho / VWorkflows

Flow Visualization Library for JavaFX and VRL-Studio
http://vworkflows.mihosoft.eu
Other
297 stars 67 forks source link

Fire events on window actions #16

Closed mfischbo closed 10 years ago

mfischbo commented 10 years ago

When a node get's selected (e.g. user clicked on it with the mouse) the client who created that node should have the possibility to be aware of such an event. This could be achieved by giving the client the possibility to register for a event handler on such events.

miho commented 10 years ago

I've implemented two things:

Does that work for you? Feel free to reopen if it doesn't.