If you're talking about an eventListener in a groovy script, I think it's done with a scheduler. You can look at Vincent's IRC bot which does that very thing. http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-applications/trunk/ircbot/src/main/resources/IRC/
Caleb James DeLisle Rieken, Joshua wrote: > Hello, > > I need to find the best way of registering an event listener automatically on > wiki startup. Right now I have to manually register the listener in a manner > similar to the one illustrated in the Groovy Notification Tutorial > (http://platform.xwiki.org/xwiki/bin/view/DevGuide/GroovyNotificationTutorial). > > Thanks in advance for any help. > > - Joshua > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
