|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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 | |
|---|---|
abstract 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 | |
|---|---|
abstract 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. |
abstract 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. |
abstract 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. |
abstract 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 |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||