<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Yep, that's it.<br>
Those events are there for being used.<br>
<br>
When writing region modules just keep in mind that your region module
code runs natively with the core code; if you mess up, the core
behavior may get messed up too. So, for example, if your module adds
significant delays in processing an event, it may interfere with the
normal OpenSim operation. So be smart with your region modules :-)<br>
<br>
<br>
Garrett Hussey wrote:
<blockquote
 cite="mid:9c30cf150901211229v66e0f19aycbe117c31179771d@mail.gmail.com"
 type="cite">
  <div>Hi, sorry  - I should have elaborated a bit more.</div>
  <div> </div>
  <div>At the moment the EventManager exposes a number of events. I
want to do the following in</div>
  <div>my region module ...</div>
  <div> </div>
  <font size="1"></font><font color="#008000" size="1"><font
 color="#008000" size="1">// TEST TEST SET</font></font><font size="1">
  <p>m_scene.EventManager.OnObjectGrab += </p>
  </font><font color="#0000ff" size="1"><font color="#0000ff" size="1">new</font></font><font
 size="1"> </font><font color="#2b91af" size="1"><font color="#2b91af"
 size="1">EventManager</font></font><font size="1">.</font><font
 color="#2b91af" size="1"><font color="#2b91af" size="1">ObjectGrabDelegate</font></font><font
 size="1">(MYObjectGrabDelegate);
  </font>So my module with get notified of every object grab event in
the scene. So my question is -  is this a
  <div>good/reasonable way to trap every objectgrab event in the scene
or is there another mechanism I should be using?</div>
  <div> </div>
  <div> </div>
  <div>Thanks again</div>
  <div>   Garrett</div>
  <div><br>
  <br>
 </div>
  <div class="gmail_quote">2009/1/21 Diva Canto <span dir="ltr"><<a
 moz-do-not-send="true" href="mailto:diva@metaverseink.com">diva@metaverseink.com</a>></span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div text="#000000" bgcolor="#ffffff">Which ones do you need that
aren't there?<br>
    <br>
Garrett Hussey wrote:
    <blockquote type="cite">
      <div>
      <div class="Wj3C7c">
      <div>Hi,</div>
      <div> </div>
      <div>I'm playing around with my own region module and was
wondering ifs its reasonable/sane,</div>
      <div>good/bad practise to add extra event handlers to the
Scene.EventManager and handle the events in my</div>
      <div>region module ?</div>
      <div> </div>
      <div>Thanks</div>
      <div>     Garrett</div>
      </div>
      </div>
      <pre><hr size="4" width="90%">
_______________________________________________
Opensim-dev mailing list
<a moz-do-not-send="true" href="mailto:Opensim-dev@lists.berlios.de"
 target="_blank">Opensim-dev@lists.berlios.de</a>
<a moz-do-not-send="true"
 href="https://lists.berlios.de/mailman/listinfo/opensim-dev"
 target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
  </pre>
    </blockquote>
    <br>
    </div>
    <br>
_______________________________________________<br>
Opensim-dev mailing list<br>
    <a moz-do-not-send="true" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
    <a moz-do-not-send="true"
 href="https://lists.berlios.de/mailman/listinfo/opensim-dev"
 target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Opensim-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
  </pre>
</blockquote>
<br>
</body>
</html>