org.bukkit.permissions
Interface PermissionRemovedExecutor


public interface PermissionRemovedExecutor

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


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

Method Detail

attachmentRemoved

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

Parameters:
attachment - Attachment which was removed


Copyright © 2014. All rights reserved.