Package org.geoserver.gwc.layer

Examples of org.geoserver.gwc.layer.CatalogLayerEventListener


        this.monitor = monitor;
        this.owsDispatcher = owsDispatcher;
        this.rawCatalog = rawCatalog;
        this.storageFinder = storageFinder;

        catalogLayerEventListener = new CatalogLayerEventListener(this, rawCatalog);
        catalogStyleChangeListener = new CatalogStyleChangeListener(this);
        this.rawCatalog.addListener(catalogLayerEventListener);
        this.rawCatalog.addListener(catalogStyleChangeListener);
       
        this.lockProvider = new ConfigurableLockProvider();
View Full Code Here

TOP

Related Classes of org.geoserver.gwc.layer.CatalogLayerEventListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.