org.nuiton.topia.security.listener
Class PropertyWriteListener

java.lang.Object
  extended by org.nuiton.topia.security.listener.PropertyWriteListener
All Implemented Interfaces:
VetoableChangeListener, EventListener

public class PropertyWriteListener
extends Object
implements VetoableChangeListener

Listenner permettant de vérifier les autorisations pour le modification d'une propriété sur une entités.

Author:
ruchaud

Constructor Summary
PropertyWriteListener(TopiaSecurityServiceImpl securityManager)
           
 
Method Summary
 void vetoableChange(PropertyChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyWriteListener

public PropertyWriteListener(TopiaSecurityServiceImpl securityManager)
Method Detail

vetoableChange

public void vetoableChange(PropertyChangeEvent event)
                    throws PropertyVetoException
Specified by:
vetoableChange in interface VetoableChangeListener
Throws:
PropertyVetoException


Copyright © 2004-2010 CodeLutin. All Rights Reserved.