Uses of Interface
de.uplanet.lucy.server.usermanager.events.IOrgStructureChangedEvent
-
Packages that use IOrgStructureChangedEvent Package Description de.uplanet.lucy.server.usermanager.events -
-
Uses of IOrgStructureChangedEvent in de.uplanet.lucy.server.usermanager.events
Subinterfaces of IOrgStructureChangedEvent in de.uplanet.lucy.server.usermanager.events Modifier and Type Interface Description interfaceIUserAddedEventinterfaceIUserDeactivatedEventinterfaceIUserDeletedEventinterfaceIUserModifiedEventClasses in de.uplanet.lucy.server.usermanager.events that implement IOrgStructureChangedEvent Modifier and Type Class Description classOrgStructureChangedEventThis event is fired whenever changes in the organizational structure were made that cannot be specified more precisely.classUserAddedEventThis event should be fired if a user was added.classUserDeactivatedEventThis event should be fired if a user was deactivated.classUserDeletedEventThis event should be fired if a user was deleted.classUserModifiedEvent
-