All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jentity.GUIBean Maven / Gradle / Ivy

The newest version!
package org.jentity;

public interface GUIBean {
    
	/**
	 * Attaches the GUI bean to the defined model. This means bean cheanges will be added to the model and model notification will be handled by the bean.
	 *
	 */
    void attachToModel();
    
    /**
     * Decouples the bean from the model. This beans bean changes will not affect the model, and model changes will not be handled by the bean.
     *
     */
    void detachFromModel();    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy