|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Role public interface WikiIRCBotListenerManager
Registers/unregisters Wiki Bot Listeners.
| Method Summary | |
|---|---|
void |
registerWikiBotListener(org.xwiki.model.reference.DocumentReference reference)
Register (and thus activate) the Wiki Bot Listener defined in the passed document's reference. |
void |
registerWikiBotListeners()
Register (and thus activate) all the Wiki Bot Listeners found in the current wiki. |
void |
unregisterWikiBotListener(org.xwiki.model.reference.DocumentReference reference)
Unregister (and thus deactivate) the Wiki Bot Listener defined in the passed document's reference. |
void |
unregisterWikiBotListeners()
Unregister (and thus deactivate) all the Wiki Bot Listeners found in the current wiki. |
| Method Detail |
|---|
void registerWikiBotListener(org.xwiki.model.reference.DocumentReference reference)
throws IRCBotException
reference - the reference of the document containing the Wiki Bot Listener definition
IRCBotException - if any error happens
void unregisterWikiBotListener(org.xwiki.model.reference.DocumentReference reference)
throws IRCBotException
reference - the reference of the document containing the Wiki Bot Listener definition
IRCBotException - if any error happens
void registerWikiBotListeners()
throws IRCBotException
IRCBotException - if any error happens
void unregisterWikiBotListeners()
throws IRCBotException
IRCBotException - if any error happens
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||