Login  Register

How can I get input from an event handler?

Posted by Avital Steinberg on Aug 17, 2014; 2:46pm
URL: http://imagej.273.s1.nabble.com/How-can-I-get-input-from-an-event-handler-tp5009243.html

Hi,
I have an event handler which gets input from mouse clicks. It's in a class
(class Mouse_Listener) that implents the interfaces PlugInFilter,
MouseListener and MouseMotionListener. I'm writing a plugin which is in
another class in the same package. (it implements the PlugIn interface) How
can I extract the information from the Mouse_Listener class, so that I can
use it in the other class?

Thank you,
Avital

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html