Files
EWF/library/server/wsf_js_widget/progressbar/wsf_progresssource.e

18 lines
296 B
Plaintext

note
description: "Summary description for {WSF_PROGRESSSOURCE}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_PROGRESSSOURCE
feature -- Specification
progress: INTEGER
-- Current value of progress between 0 and 100 of this progresssource
deferred
end
end