
com.bq.corbel.event.DomainDeletedEvent 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;
public class DomainDeletedEvent extends EventWithSpecificDomain {
public DomainDeletedEvent() {}
public DomainDeletedEvent(String domain) {
super(domain);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy