.\" This is a wxWidgets manpage page generated from the XML docs .TH wxZipNotifier 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxZipNotifier \- .SH DESCRIPTION If you need to know when a wxZipInputStream updates a wxZipEntry , you can create a notifier by deriving from this abstract base class, overriding OnEntryUpdated() . An instance of your notifier class can then be assigned to wxZipEntry objects, using wxZipEntry::SetNotifier() . Setting a notifier is not usually necessary. It is used to handle certain cases when modifying an zip in a pipeline (i.e. between non-seekable streams). See ' Archives on non-seekable streams '. .SH "PARENTS" .SH "INCLUDE FILES" wx/zipstrm.h .SH MEMBERS .SS void OnEntryUpdated (wxZipEntry& entry) Override this to receive notifications when an wxZipEntry object changes. .SH "SEE ALSO" Archives on non-seekable streams wxZipEntry wxZipInputStream wxZipOutputStream .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.