org.norther.tammi.core.rt.event
Class ValidatedValuesEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ValidatedValuesEvent(List<Variable> variables, Map<String,Object> attributes)
          Constructs a new attributes event.
 
Method Summary
 Map<String,Object> getAttributeMap()
          Gets the map of modified attributes.
 Variable getVariable()
          Gets the variable.
 List<Variable> getVariables()
          Gets a list of nested variables.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.