Uses of Interface
de.uplanet.lucy.server.usermanager.events.IOrgStructureEvent
-
Packages that use IOrgStructureEvent Package Description de.uplanet.lucy.server.usermanager.events -
-
Uses of IOrgStructureEvent in de.uplanet.lucy.server.usermanager.events
Subinterfaces of IOrgStructureEvent in de.uplanet.lucy.server.usermanager.events Modifier and Type Interface Description interfaceIOrgStructureChangedEventinterfaceIUserAddedEventinterfaceIUserDeactivatedEventinterfaceIUserDeletedEventinterfaceIUserModifiedEventClasses in de.uplanet.lucy.server.usermanager.events that implement IOrgStructureEvent 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
-