Fellow Batik users,
I am currently toing with changes to my application's user interface.

I want the displayed image to move according to mouse movements,
unless the button was pressed on top of a specific class of node.
To this end, I have registered an interactor that reacts when the mouse button is pressed, and a DOM listener, that disables said interactor when the cursor is inside the
node class.
For now, this structure performs as intended, but I fear that it might break when the document
is modified later on.

Is there a best practice for cases like this, or could/should I just replace the interactors by another set
of DOM listeners?

Thanks for your help
-Urs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to