note description: "Message handler for A_GENERAL_STRING_MESSAGE" author: "Comerge AG; JR" date: "$Date$" revision: "$Revision$" deferred class A_GENERAL_STRING_MESSAGE_HANDLER inherit A_MESSAGE_HANDLER feature -- Message handler handle_general_string (a_message: A_GENERAL_STRING_MESSAGE) -- Actual message handler, called by the message itself deferred end general_string_message_handler_register (a_message: A_MESSAGE) -- Message handler that you register do a_message.handle (Current) end end