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

com.bq.corbel.event.DomainPublicScopesNotPublishedEvent Maven / Gradle / Ivy

There is a newer version: 1.35.0
Show newest version
package com.bq.corbel.event;

import com.bq.corbel.eventbus.EventWithSpecificDomain;

/**
 * @author Alberto J. Rubio
 */
public class DomainPublicScopesNotPublishedEvent extends EventWithSpecificDomain {

    public DomainPublicScopesNotPublishedEvent() {}

    public DomainPublicScopesNotPublishedEvent(String domain) { super(domain); }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy