Hi,
i´m new to livelink development and i´m trying to get a listener on a workflow so that i can read the data on a form when submitted. But i´m having problems even running the HelloWorld tutorial...
i add the listener by doing this:
NodeRegistry.addListener( Folder.TYPE, new HelloWorldListener() );
wich returns true...when i create a folder it doesnt execute the create method on the HelloWorldListener class. Also when i try to get the listeners implemented
NodeRegistry.getListenersImplementing( Folder.TYPE, ElfNodeListener.class );
it retuns a empty Set.
Can anyone explain what i´m doing wrong?
Thank you