note description: "Control interfaces. Help file: " legal: "See notice at end of class." status: "See notice at end of class." generator: "Automatically generated by the EiffelCOM Wizard." deferred class IADVISE_SINK_EX_INTERFACE inherit IADVISE_SINK_INTERFACE feature -- Status Report on_view_status_change_user_precondition (dw_view_status: INTEGER): BOOLEAN -- User-defined preconditions for `on_view_status_change'. -- Redefine in descendants if needed. do Result := True end feature -- Basic Operations on_view_status_change (dw_view_status: INTEGER) -- No description available. -- `dw_view_status' [in]. require on_view_status_change_user_precondition: on_view_status_change_user_precondition (dw_view_status) deferred end note copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- IADVISE_SINK_EX_INTERFACE