INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Class to be inherited in the classes which have callbacks"
project: "Visual Eiffel Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: pool
class CALLBACKABLE
inherit

MEMORY
redefine
dispose
end
feature

dispose
-- The feature which clears run-time callback tables
end -- class CALLBACKABLE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES