Events
Status: Beta
Brought to you by:
d_krakhmalnik
The library ought to have events to notify application of
progress for various functionality. For example,
downloading the newsgroups should return an event with
the number of newsgroups currently downloaded as it
progresses. Downloading a message should return the
number of lines currently downloaded as it progresses.
This kind of stuff is necessary to provide reasonable
feedback to users in a derived application. Otherwise the
user has no idea if the application is progressing or is
simply hung.