Uses of Interface
com.bmc.mainview.nvbapi.ViewListener

Packages that use ViewListener
com.bmc.mainview.nvbapi Provides access to MAINVIEW views over a network. 
 

Uses of ViewListener in com.bmc.mainview.nvbapi
 

Constructors in com.bmc.mainview.nvbapi with parameters of type ViewListener
DetailView(java.lang.String name, Conversation conversation, boolean returnAll, java.lang.String where, ViewListener exit)
          Deprecated. Creates an object containing the data from a MAINVIEW tabular view
TabularView(java.lang.String name, Conversation conversation, boolean returnAll, java.lang.String where, ViewListener exit)
          Creates an object containing the data from a MAINVIEW tabular view
TabularView(ViewDefinition def, Conversation conversation, boolean returnAll, java.lang.String where, ViewListener exit)
          Creates an object containing the data from a MAINVIEW tabular view
TabularView(ViewDefinition def, Conversation conversation, boolean returnAll, ViewListener exit)
          Creates an object containing the data from a MAINVIEW tabular view
View(java.lang.String vname, Conversation conversation, java.lang.String where, ViewListener exit)
          Creates an object containing the data from a MAINVIEW view
View(ViewDefinition vdef, Conversation conversation, java.lang.String where, ViewListener exit)
          Creates an object containing the data from a MAINVIEW view
View(ViewDefinition vdef, Conversation conversation, ViewListener exit)
          Creates an object containing the data from a MAINVIEW view