net.sf.bigyo.api
Interface GeneratedConfig
public interface GeneratedConfig
The generated config beans implements this interface also, to talk back to
the underlaying container, to facilitate 'modified' events.
- Author:
- zsombor
Created at 1:16:14 net.sf.bigyo.container.ant.GeneratedConfig
setWrappedObject
void setWrappedObject(Object obj)
getWrappedObject
Object getWrappedObject()
clearModified
boolean clearModified()
- Check and clear the modified flag. (This operation is should be atomic,
but race conditions happens anyway...)
- Returns:
- true if component is modified
Copyright © 2004 Sourceforge.net. All Rights Reserved.