org.xwiki.ircbot.wiki
Interface WikiIRCModel.Executor

Enclosing interface:
WikiIRCModel

public static interface WikiIRCModel.Executor

Generic interface to execute code.


Method Summary
 void execute()
          Execute some code.
 

Method Detail

execute

void execute()
             throws Exception
Execute some code.

Throws:
Exception - if any error happens when executing the code


Copyright © 2004-2012 XWiki. All Rights Reserved.