indexing description: "Objects that represent EV_NEW_ITEM_ACTION_SEQUENCE" author: "" date: "$Date$" revision: "$Revision$" class GB_EV_NEW_ITEM_ACTION_SEQUENCE inherit GB_EV_ACTION_SEQUENCE feature -- Access argument_types: ARRAYED_LIST [STRING] is -- All argument types of action sequence represented by `Current'. once create Result.make (0) Result.extend (Ev_widget_string) end argument_names: ARRAYED_LIST [STRING] is -- All argument names of action sequence represented by `Current'. once create Result.make (0) Result.extend ("a_widget") end end -- class GB_EV_NEW_ITEM_ACTION_SEQUENCE