ObserverConnection doesn't work for me
ControlConnection works perfectly, I cannot understand why the ObserverConnection doesn't work.
I've only created the two classes as said in the tutorial, I run the Observer and then some bot.
The last line in my Netbeans console is:
!!!!!!! Initialize
so I assume that the listeners aren't called..
and the last line in my console are:
We are in gained child 2, it is DM-TrainingDay.ObservingConnection
Observing connection established.
Is there any other configuration/setting/code I should modify/add?
Thanks in advance.
Hi, even though the
I've only created the two classes as said in the tutorial, I run the Observer and then some bot.
The last line in my Netbeans console is:
!!!!!!! Initialize
so I assume that the listeners aren't called..
and the last line in my console are:
We are in gained child 2, it is DM-TrainingDay.ObservingConnection
Observing connection established.
Is there any other configuration/setting/code I should modify/add?
Thanks in advance.