com.ibm.carma.ui.events
Class ActionValidationEvent

java.lang.Object
  extended by com.ibm.carma.ui.events.ActionValidationEvent

public class ActionValidationEvent
extends java.lang.Object

Instances of this class provide a description of an event that occurred while editing the input to an action.

Since:
8.0

Field Summary
 com.ibm.carma.model.Action action
          The action whose input is being edited.
 java.util.Map<com.ibm.carma.model.Parameter,java.lang.Object> parameterValueMap
          Map that contains the current values of the parameters.
 com.ibm.carma.model.RepositoryManager repositoryManager
          The repository manager associated with the action.
 
Constructor Summary
ActionValidationEvent(com.ibm.carma.model.RepositoryManager repositoryManager, com.ibm.carma.model.Action action, java.util.Map<com.ibm.carma.model.Parameter,java.lang.Object> parameterValueMap)
          Constructs a new instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryManager

public com.ibm.carma.model.RepositoryManager repositoryManager
The repository manager associated with the action.


action

public com.ibm.carma.model.Action action
The action whose input is being edited.


parameterValueMap

public java.util.Map<com.ibm.carma.model.Parameter,java.lang.Object> parameterValueMap
Map that contains the current values of the parameters.

Constructor Detail

ActionValidationEvent

public ActionValidationEvent(com.ibm.carma.model.RepositoryManager repositoryManager,
                             com.ibm.carma.model.Action action,
                             java.util.Map<com.ibm.carma.model.Parameter,java.lang.Object> parameterValueMap)
Constructs a new instance of this class.

Parameters:
repositoryManager - The repository manager.
action - The action.
parameterValueMap - The parameter value map.