#include <HNetMessageRegistrar.h>
Public Member Functions | |
HSelectMessageHandler (HBaseView *hbaseview) | |
void | ProcessMessage (const char *message_type, const char *data, unsigned int data_length) |
HSelectMessageHandler::HSelectMessageHandler | ( | HBaseView * | hbaseview | ) | [inline] |
Constructs an HSelectMessageHandler object.
hbaseview | A pointer to the HBaseView object associated with this message handler. |
void HSelectMessageHandler::ProcessMessage | ( | const char * | message_type, | |
const char * | data, | |||
unsigned int | data_length | |||
) | [inline] |
This method handles the "H_SELECT_ENTITY", "H_DESELECT_ALL" and "H_DELETE_SELECTION_LIST" messages and calls HBaseView::DeSelectAllFromMessage, HBaseView::DeleteSelectionList and HBaseView::SelectFromMessage respectively.
message_type | A character pointer denoting the type of message. | |
data | A character pointer denoting the message data. | |
data_length | An unsigned int indicating the length of the data in bytes. |
Reimplemented from MVOMessageHandler.
References HBaseView::DeleteSelectionList(), HBaseView::DeSelectAllFromMessage(), MVOMessageHandler::m_pHBaseView, and HBaseView::SelectFromMessage().