[OpenMap Users] detecting mouse mode(s)

From: Ben Podoll <benjamin.podoll_at_und.edu>
Date: Wed, 8 Sep 2004 04:58:30 -0500

I have a layer that I have accept mouse modes for 3 types (see below)

public String[] getMouseModeServiceList(){
      String[] ret = new String[3];
      ret[0] = SelectMouseMode.modeID;
      ret[1] = NavMouseMode.modeID;
      ret[2] = ZoomOutMouseMode.modeID;
      return ret;
   }

Now I have mouse event methods that run but I want to mix and match which
ones happen depending on the mouse mode the user is working in.
How can I determine that programmatically from my layer?

Thanks,
Ben


--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Wed Sep 08 2004 - 06:01:36 EDT

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:06 EDT