Hi,
I am trying to build a repository service which will move the files from one folder to another as and when the document is posted.
I have got two problems ...
1. To which Resource event I need to register
2. when I writing code in received method
public void received(IEvent event)
{
IResourceEvent myEvent = (IResourceEvent) event;
IResouce resource = myEvent.<u>getResource();</u>
}
I am not finding the method getResource() under myEvent !
Request help regarding.
Thanks & Regards
Mrutyunjay