unhandled - CommandEvent
[Deleted User]
Posts: 0
I am trying to create a simple duet module that extends the Utility class. When I send a command to the module, it should log the command.
I am getting an error that states the CommandEvent is unhandled.
Example Telnet Output:
>send c vdvDuet,'?'
>(0000456565) com.test.test.dr1_0_0.TestTest: unhandled - CommandEvent: ?
(0000456567) com.test.test.dr1_0_0.TestTest: unhandled - DataEvent: 9
(0000456569) com.test.test.dr1_0_0.TestTest: unhandled - DataEvent: 64
I am obviously missing something obvious. I have attached my source. Can anyone help me out?
Thanks in advance.
I am getting an error that states the CommandEvent is unhandled.
Example Telnet Output:
>send c vdvDuet,'?'
>(0000456565) com.test.test.dr1_0_0.TestTest: unhandled - CommandEvent: ?
(0000456567) com.test.test.dr1_0_0.TestTest: unhandled - DataEvent: 9
(0000456569) com.test.test.dr1_0_0.TestTest: unhandled - DataEvent: 64
I am obviously missing something obvious. I have attached my source. Can anyone help me out?
Thanks in advance.
0