<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Chuck Mysak wrote:
<blockquote
 cite="mid:439e528c0911020238q396fe018ne5b0404880ef8e72@mail.gmail.com"
 type="cite">
  <pre wrap="">Hello list,

is there a way using the OpenCms API to catch the event of creating a new
resource and/or publishing that resource?
The desired scenario would be to update a custom set of resources (xml or db
or resource property) when a user creates/edits/deletes/publishes a
resource.

  </pre>
</blockquote>
Please take a look at the I_CmsEventListener interface for a list of
all opencms events. There are MANY events, including the one you are
looking for:<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.opencms.org/javadoc/core/org/opencms/main/I_CmsEventListener.html">http://www.opencms.org/javadoc/core/org/opencms/main/I_CmsEventListener.html</a><br>
<br>
<br>
Best Regards<br>
Christian<br>
<blockquote
 cite="mid:439e528c0911020238q396fe018ne5b0404880ef8e72@mail.gmail.com"
 type="cite">
  <pre wrap=""></pre>
  <pre wrap="">
<hr size="4" width="90%">

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
<br>
</body>
</html>