org.cogchar.bundle.demo.convo
Class CogbotProcessor

java.lang.Object
  extended by org.cogchar.bundle.demo.convo.CogbotProcessor
All Implemented Interfaces:
org.jflux.api.core.Adapter<String,ConvoResponse>

public class CogbotProcessor
extends Object
implements org.jflux.api.core.Adapter<String,ConvoResponse>

Author:
Matthew Stevenson

Constructor Summary
CogbotProcessor(String cogbotUrl)
           
 
Method Summary
 ConvoResponse adapt(String a)
           
 void setInputListener(org.jflux.api.core.Listener<String> inputListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CogbotProcessor

public CogbotProcessor(String cogbotUrl)
Method Detail

setInputListener

public void setInputListener(org.jflux.api.core.Listener<String> inputListener)

adapt

public ConvoResponse adapt(String a)
Specified by:
adapt in interface org.jflux.api.core.Adapter<String,ConvoResponse>


Copyright © 2010-2014. All Rights Reserved.