17 Apr
2012
17 Apr
'12
2:36 p.m.
Hi Diego, On Apr 17, 2012, at 3:31 PM, _diego wrote:
Hi,
How can I register a java event listener against a space created event? I would need this to add some stuff to another database everytime a new space was created.
You cannot because spaces don't exist in the model! :) Spaces are just document namespaces. You can register an event when a document is created and then check the space the document is in. Thanks -Vincent