note description: "Message handler for A_GENERIC_MESSAGE_HANDLER" author: "Comerge AG; JR" date: "$Date$" revision: "$Revision$" deferred class A_GENERIC_MESSAGE_HANDLER obsolete "Use separate message with proper type & namespace instead." inherit A_MESSAGE_HANDLER feature -- Message handlers handle_generic (a_message: A_GENERIC_MESSAGE) -- Actual message handler, called by the message itself deferred end generic_message_handler_register (a_message: A_MESSAGE) -- Message handler that you register do a_message.handle (Current) end end