net.sf.bigyo.api
Interface Reconfigurable


public interface Reconfigurable

If the component needs a notification about the configuration changes, than it must implement this interface.

Author:
zsombor

Method Summary
 void reconfigure(Object configBean, String hint)
           
 

Method Detail

reconfigure

void reconfigure(Object configBean,
                 String hint)
                 throws ReconfigurationFailedException
Parameters:
configBean - The new configuration bean.
hint - Hint about the current changes. Currently this is always null.
Throws:
ReconfigurationFailedException


Copyright © 2004 Sourceforge.net. All Rights Reserved.