Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Introduction/mixin

Hi,
        I want to make the properties of a bean bound properties. So if the properties are changed the listener will
be notified. So if I use introductions then I have to hard-code the name of the bean.
 
For example if I have to add this
 
   private PropertyChangeSupport Operation.support = new PropertyChangeSupport(this);
then 'Operation' is hard-coded.
 
Is this one of the problems that mixins solve ? I'd like to do this without hard-coding the bean name.
 
 
Thanks,
Mohan

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.


Back to the top