
com.bq.corbel.event.DomainPublicScopesNotPublishedEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of events Show documentation
Show all versions of events Show documentation
Corbel events used in the event-bus
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