org.norther.tammi.core.rt.event
Class ValidatedValuesEvent
java.lang.Object
java.util.EventObject
org.norther.tammi.core.rt.event.ValidatedValuesEvent
- All Implemented Interfaces:
- Serializable
public class ValidatedValuesEvent
- extends EventObject
Events of this type are sent to an object that implements
ValidationListener
when modified attribute values of a
variable are validated.
- Version:
- $Id: ValidatedValuesEvent.java,v 1.3 2009/09/28 15:08:42 cvsimp Exp $
- Author:
- Marketta Priha
- See Also:
- Serialized Form
ValidatedValuesEvent
public ValidatedValuesEvent(List<Variable> variables,
Map<String,Object> attributes)
- Constructs a new attributes event.
- Parameters:
variables
- variables owning the attributes.attributes
- a map of modified attributes.
getVariable
public Variable getVariable()
- Gets the variable.
- Returns:
- the variable.
getVariables
public List<Variable> getVariables()
- Gets a list of nested variables.
- Returns:
- a list of variables.
getAttributeMap
public Map<String,Object> getAttributeMap()
- Gets the map of modified attributes.
- Returns:
- a map of modified attributes.
Copyright © 2004 The Norther Organization. All rights reserved.