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

Method Summary
 boolean clearModified()
          Check and clear the modified flag.
 Object getWrappedObject()
           
 void setWrappedObject(Object obj)
           
 

Method Detail

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.