The ListManager interface class is used for data serving in iSeries™ Navigator. For example, when a list view needs to be created and filled with objects, iSeries Navigator will call methods in the ListManager class to do this.
The Visual Basic Sample plug-in provides an example of this class in the file listman.cls. You must have a ListManager class if your plug-in needs to populate iSeries Navigator component lists.
For detailed descriptions of this class and its methods, see the online help provided with the iSeries Navigator Visual Basic Plug-in Support DLL (cwbunvbi.dll and cwbunvbi.hlp).