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

grails.gorm.rx.proxy.ObservableProxy Maven / Gradle / Ivy

The newest version!
package grails.gorm.rx.proxy;

import grails.gorm.rx.PersistentObservable;
import org.grails.datastore.mapping.proxy.EntityProxy;

/**
 * An interface for proxied objects to implement that are observable.
 *
 * @author Graeme Rocher
 * @since 6.0
 */
public interface ObservableProxy extends PersistentObservable, EntityProxy {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy