org.apache.slide.event
Interface SecurityListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- SecurityAdapter
- public interface SecurityListener
- extends java.util.EventListener
Security listener interface
- Version:
- $Revision: 1.2 $
grantPermission
public void grantPermission(SecurityEvent event)
throws VetoException
- Throws:
VetoException
denyPermission
public void denyPermission(SecurityEvent event)
throws VetoException
- Throws:
VetoException
revokePermission
public void revokePermission(SecurityEvent event)
throws VetoException
- Throws:
VetoException