Interface UserRoleAddListener
-
- All Superinterfaces:
GloballyAttachableListener,ObjectAttachableListener,RoleAttachableListener,ServerAttachableListener,UserAttachableListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface UserRoleAddListener extends ServerAttachableListener, UserAttachableListener, RoleAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to users being added to a role.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUserRoleAdd(UserRoleAddEvent event)This method is called every time a user got added to a role.
-
-
-
Method Detail
-
onUserRoleAdd
void onUserRoleAdd(UserRoleAddEvent event)
This method is called every time a user got added to a role.- Parameters:
event- The event.
-
-