On Friday 23 July 2004 08:13 am, Curtney Jacobs wrote:
> Greetings!
> 
> Does MMBase fires any object change events. For example, if I have an article 
> object and I made a change or update to the corresponding database table, 
> does mmbase fires a change event?
> 
> What I would like to know is  when an object has been updated or modified?

yes. 
you need to create a class that implements 
MMBaseObserver
http://www.mmbase.org/api/org/mmbase/module/core/MMBaseObserver.html
and cal
MMBase.getMMBase().addLocalObserver(type,this);
MMBase.getMMBase().addRemoteObserver(type, this);



> 
> _Curtney
> 
> 

-- 
Kees Jongenburger
Mediapark C101 Hilversum  
+31 (0)35 6772910


Reply via email to