note description: "[ Extended02 message handler. Inherit from this class if you want to handle TEST_TEST2_NAMESPACE_EXTENDED02 messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date: $" revision: "$Revision: $" deferred class TEST_TEST2_NAMESPACE_EXTENDED02_MESSAGE_HANDLER inherit TEST_TEST_EXTENDED01_MESSAGE_HANDLER feature -- Message handler handle_extended02 (a_message: TEST_TEST2_NAMESPACE_EXTENDED02_MESSAGE) -- This is the actual message handler that you have to specify -- It is called by the actual message, so assignment attempts are not necessary deferred end extended02_message_handler_register (a_message: A_MESSAGE) -- This is the message handler that you need to register. It will call do a_message.handle (Current) end end