|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.carma.ui.events.ActionValidationEvent
public class ActionValidationEvent
Instances of this class provide a description of an event that occurred while editing the input to an action.
| 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 |
|---|
public com.ibm.carma.model.RepositoryManager repositoryManager
public com.ibm.carma.model.Action action
public java.util.Map<com.ibm.carma.model.Parameter,java.lang.Object> parameterValueMap
| Constructor Detail |
|---|
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)
repositoryManager - The repository manager.action - The action.parameterValueMap - The parameter value map.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||