How to bind parser?
"Before logic thread is started you must be sure, that you've bind a parser to the bot (well NetBeans plugin does that for you . Check out methods cz.cuni.Client.Agent.connectToLocalParser() / connectToRemoteParser(). "
Well I've tryed it but for some reason the agent class doesn't have the bindRemoteParser() or bindLocalParser() method implemented. Can I implement this myself and how? is it because the version I'm using is outdated or something third I didn't know?
Help much appreciated!