public interface TenantsStateListener
TenantsService or its
implementation can be registered in eXo container. In last case to remove the listener unregister
it from the container.| Modifier and Type | Method and Description |
|---|---|
void |
tenantStarted(Tenant tenant)
Action on tenant start (creation or resuming).
|
void |
tenantStopped(Tenant tenant)
Action on tenant stop (removal or suspend).
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.