Uses of Interface
com.sas.servlet.util.CommandProcessorViewInterface

Packages that use CommandProcessorViewInterface
com.sas.servlet.util Provides support and utility classes for com.sas.servlet
 

Uses of CommandProcessorViewInterface in com.sas.servlet.util
 

Methods in com.sas.servlet.util that return CommandProcessorViewInterface
 CommandProcessorViewInterface[] CommandProcessorInterface.getViewers()
          Deprecated. Returns views for which the CommandProcessor is processing commands.
 CommandProcessorViewInterface[] CommandProcessor.getViewers()
          Deprecated. Returns views for which the CommandProcessor is processing commands.
 

Methods in com.sas.servlet.util with parameters of type CommandProcessorViewInterface
 boolean CommandProcessorInterface.addStoredCommand(CommandProcessorViewInterface viewer, CommandProcessorCommandInterface cmd)
          Deprecated. Adds a stored command to the list.
 boolean CommandProcessor.addStoredCommand(CommandProcessorViewInterface viewer, CommandProcessorCommandInterface cmd)
          Deprecated. Adds a stored command to the list.
 void CommandProcessorInterface.addViewer(CommandProcessorViewInterface vi)
          Deprecated. Adds a viewer to the list of views sending commands to the commandProcessor.
 void CommandProcessor.addViewer(CommandProcessorViewInterface vi)
          Deprecated. Adds a viewer to the list of views sending commands to the commandProcessor.
 void CommandProcessorInterface.removeAllStoredCommands(CommandProcessorViewInterface viewer)
          Deprecated. Remove the stored commands for a particular viewer.
 void CommandProcessor.removeAllStoredCommands(CommandProcessorViewInterface viewer)
          Deprecated. Remove the stored commands for a particular viewer.
 boolean CommandProcessorInterface.removeViewer(CommandProcessorViewInterface vi)
          Deprecated. Removes a viewer from the list of views sending commands to the commandProcessor
 boolean CommandProcessor.removeViewer(CommandProcessorViewInterface vi)
          Deprecated. Removes a viewer from the list of views sending commands to the commandProcessor
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.