com.sas.servlet.util
Interface CommandProcessorViewInterface

All Superinterfaces:
com.sas.ComponentInterface, java.util.EventListener, com.sas.LinkPropertiesInterface, com.sas.ModelInterface, java.io.ObjectInputValidation, java.beans.PropertyChangeListener, com.sas.beans.PropertyChangeSource, java.io.Serializable, com.sas.servlet.beans.TransformationInterface, com.sas.beans.VetoableChangeSource, com.sas.ViewInterface

Deprecated. As of Version 3.0 this class has been replaced by com.sas.servlet.util.commandprocessor.CommandProcessorViewInterface.

public interface CommandProcessorViewInterface
extends com.sas.servlet.beans.TransformationInterface


Method Summary
 CommandProcessorInterface getCommandProcessor()
          Deprecated. Returns the CommandProcessor object
 void setCommandProcessor(CommandProcessorInterface cp)
          Deprecated. Sets the CommandProcessor object
 

Method Detail

getCommandProcessor

CommandProcessorInterface getCommandProcessor()
Deprecated. 
Returns the CommandProcessor object

Returns:
CommandProcessor object

setCommandProcessor

void setCommandProcessor(CommandProcessorInterface cp)
Deprecated. 
Sets the CommandProcessor object

Parameters:
CommandProcessor - object



Copyright © 2009 SAS Institute Inc. All Rights Reserved.