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

com.wadpam.gaelic.crud.CrudObservable Maven / Gradle / Ivy

The newest version!
/*
 * INSERT COPYRIGHT HERE
 */

package com.wadpam.gaelic.crud;

/**
 *
 * @author sosandstrom
 */
public interface CrudObservable {

    void addListener(CrudListener listener);
    
    void removeListener(CrudListener listener);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy