public interface OrganizationDirectoryListener
| Modifier and Type | Method and Description |
|---|---|
void |
organizationRegistered(Organization organization)
This callback notifies listeners about an organization that appeared in the organization directory.
|
void |
organizationUnregistered(Organization organization)
This callback notifies listeners about an organization that disappeared from the organization directory.
|
void |
organizationUpdated(Organization organization)
This callback notifies listeners about an organization that was updated.
|
void organizationRegistered(Organization organization)
organization - the organizationvoid organizationUnregistered(Organization organization)
organization - the organizationvoid organizationUpdated(Organization organization)
organization - the organizationCopyright © 2009–2021 Opencast Project. All rights reserved.