com.ibm.jtopenlite.command.program
Interface RetrieveCurrentAttributesLibraryListener

All Known Subinterfaces:
RetrieveCurrentAttributesListener

public interface RetrieveCurrentAttributesLibraryListener


Method Summary
 void currentLibrary(String library)
           
 void newProductLibrary(String library)
           
 void newSystemLibrary(String library)
           
 void newUserLibrary(String library)
           
 

Method Detail

newSystemLibrary

void newSystemLibrary(String library)

newProductLibrary

void newProductLibrary(String library)

currentLibrary

void currentLibrary(String library)

newUserLibrary

void newUserLibrary(String library)