[Pogamut-list] listener working example
jcothran
pogamut-forum at artemis.ms.mff.cuni.cz
Wed Jun 17 15:44:50 CEST 2009
Re: listener working example
Author: jcothran
Thanks so much Michal! Your example works great and I can move forward with my experimenting :)
Curious about the few differences between what I was experimenting with from the example at http://artemis.ms.mff.cuni.cz/pogamut/tiki-index.php?page=Agent+tutorial and the working example -
==
protected class ChatListener implements RcvMsgListener{
vs
RcvMsgListener ChatListener = new RcvMsgListener() {
==
log.info("listener_event");
vs
getLogger().info("listener_event");
==
protected void doLogic() {
vs
@Override
protected void doLogic() {
==
Cheers
Jeremy
More information about the Pogamut-list
mailing list