ObjectHandler.java
Go to the documentation of this file.
00001 package com.rosalfred.core.ia.rivescript;
00002 
00007 public interface ObjectHandler<T extends BotReply> {
00015         public boolean onLoad (String name, String[] code);
00016 
00025         public T onCall (String name, String user, String[] args);
00026 }


alfred_bot
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Tue Jun 14 2016 01:34:50