|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PermissionEntityEvent.Action | |
---|---|
ru.tehkode.permissions | |
ru.tehkode.permissions.events |
Uses of PermissionEntityEvent.Action in ru.tehkode.permissions |
---|
Methods in ru.tehkode.permissions with parameters of type PermissionEntityEvent.Action | |
---|---|
protected void |
PermissionEntity.callEvent(PermissionEntityEvent.Action action)
|
Uses of PermissionEntityEvent.Action in ru.tehkode.permissions.events |
---|
Fields in ru.tehkode.permissions.events declared as PermissionEntityEvent.Action | |
---|---|
protected PermissionEntityEvent.Action |
PermissionEntityEvent.action
|
Methods in ru.tehkode.permissions.events that return PermissionEntityEvent.Action | |
---|---|
PermissionEntityEvent.Action |
PermissionEntityEvent.getAction()
|
static PermissionEntityEvent.Action |
PermissionEntityEvent.Action.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PermissionEntityEvent.Action[] |
PermissionEntityEvent.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in ru.tehkode.permissions.events with parameters of type PermissionEntityEvent.Action | |
---|---|
PermissionEntityEvent(PermissionEntity entity,
PermissionEntityEvent.Action action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |