groovy.beans
Interface PropertyWriter

All Known Subinterfaces:
PropertyAccessor
All Known Implementing Classes:
DefaultPropertyAccessor, DefaultPropertyWriter

public interface PropertyWriter

Author:
Andres Almiray

Method Summary
 void write(java.lang.Object owner, java.lang.String propertyName, java.lang.Object value)
           
 

Method Detail

write

void write(java.lang.Object owner,
           java.lang.String propertyName,
           java.lang.Object value)

Copyright © 2003-2011 The Codehaus. All rights reserved.