org.ow2.jasmine.jade.reflex.api.control
Interface GenericAttributeNotificationController

All Known Implementing Classes:
ReflexCompositeGenericAttributeControllerMixin, ReflexGenericAttributeControllerMixin

public interface GenericAttributeNotificationController

This interface is used to notify an attribute update between the meta and the exec level (and vice versa).

Author:
Noel de palma

Method Summary
 void setAttributeNotification(java.lang.String name, java.lang.String value)
          Set the value of an attribute identified by its name.
 

Method Detail

setAttributeNotification

void setAttributeNotification(java.lang.String name,
                              java.lang.String value)
                              throws org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException
Set the value of an attribute identified by its name.

Parameters:
name - the name of the attribute to read.
value - the value of the attribute.
Throws:
org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException - if the given attribute is unknow.


Copyright © 2008 OW2 Consortium. All Rights Reserved.