Capturing Mouse events on JGoIconicNode

Hello,
Any idea how to capture mouse click events on a composite jgoobject like a JGoIconicNode?? Because, JGoViewEvent.getJGoObject() returns finer jgoobjects like JGoImage, JGoText etc… What I want is the JGoIconicNode object?? Any help is appreciated…
Bye,
Nandoo

If the JGoObject isn’t the kind of thing you want, try its parent or top-level object: getParent() or getParentNode() or getParentJGoNode() or getTopLevelObject().

Thanks a lot …
Nanda