Package net.handle.apps.simple
Class HDLList
java.lang.Object
net.handle.apps.simple.HDLList
- All Implemented Interfaces:
ResponseMessageCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleResponse
(AbstractResponse response) This is called when a message has been received and needs to be handled.static void
-
Constructor Details
-
HDLList
-
-
Method Details
-
main
-
handleResponse
Description copied from interface:ResponseMessageCallback
This is called when a message has been received and needs to be handled. message is the message that has been received. Messages are received and processed in order.- Specified by:
handleResponse
in interfaceResponseMessageCallback
-