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 TypeMethodDescriptionvoidhandleResponse(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:ResponseMessageCallbackThis 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:
handleResponsein interfaceResponseMessageCallback
-