Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.permissions.PermissionRemovedExecutor Interface Reference

Represents a class which is to be notified when a PermissionAttachment is removed from a Permissible. More...

Public Member Functions

void attachmentRemoved (PermissionAttachment attachment)
 Called when a PermissionAttachment is removed from a Permissible.
 

Detailed Description

Represents a class which is to be notified when a PermissionAttachment is removed from a Permissible.

Definition at line 6 of file PermissionRemovedExecutor.java.

Member Function Documentation

void org.bukkit.permissions.PermissionRemovedExecutor.attachmentRemoved ( PermissionAttachment  attachment)

Called when a PermissionAttachment is removed from a Permissible.

Parameters
attachmentAttachment which was removed

Referenced by org.bukkit.permissions.PermissibleBase.removeAttachment().


The documentation for this interface was generated from the following file: