com.sas.prompts
Interface PromptValueChangeEventInterface

All Known Implementing Classes:
PromptValueChangeEvent

public interface PromptValueChangeEventInterface

Interface for events used to indicate a change to a prompt value has occurred.

See Also:
PromptValues

Method Summary
abstract  java.lang.Object getNewValue()
          Returns the value after the change
abstract  java.lang.Object getOldValue()
          Returns the value before the change
abstract  PromptDefinitionInterface getPromptDefinition()
          Returns the prompt whose value changed
abstract  java.lang.Object getSource()
          Returns the prompt whose value changed
 

Method Detail

getSource

java.lang.Object getSource()
Returns the prompt whose value changed

Returns:
Returns the PromptDefinitionInterface of the prompt whose value changed.

getPromptDefinition

PromptDefinitionInterface getPromptDefinition()
Returns the prompt whose value changed

Returns:
Returns the PromptDefinitionInterface of the prompt whose value changed.

getNewValue

java.lang.Object getNewValue()
Returns the value after the change

Returns:
the value after the change

getOldValue

java.lang.Object getOldValue()
Returns the value before the change

Returns:
the value before the change



Copyright © 2009 SAS Institute Inc. All Rights Reserved.