|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.prompts.PromptValueChangeEvent
public class PromptValueChangeEvent
An event used to indicate a change to a prompt value has occurred.
| Constructor Summary | |
|---|---|
PromptValueChangeEvent(PromptDefinitionInterface promptDefinition,
java.lang.Object oldValue,
java.lang.Object newValue)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getNewValue()
Returns the value after the change |
java.lang.Object |
getOldValue()
Returns the value before the change |
PromptDefinitionInterface |
getPromptDefinition()
Returns the name of the prompt whose value changed |
java.lang.Object |
getSource()
Returns the prompt whose value changed |
| Constructor Detail |
|---|
public PromptValueChangeEvent(PromptDefinitionInterface promptDefinition,
java.lang.Object oldValue,
java.lang.Object newValue)
promptDefinition - The prompt whose value changedoldValue - The value before the changenewValue - The value after the change| Method Detail |
|---|
public PromptDefinitionInterface getPromptDefinition()
getPromptDefinition in interface PromptValueChangeEventInterfacepublic java.lang.Object getSource()
getSource in interface PromptValueChangeEventInterfacepublic java.lang.Object getOldValue()
getOldValue in interface PromptValueChangeEventInterfacepublic java.lang.Object getNewValue()
getNewValue in interface PromptValueChangeEventInterface
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||