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 }