Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.configuration
Interface ConfigVetoableChangeListener

All Superinterfaces:
EventListener

public interface ConfigVetoableChangeListener
extends EventListener

This interface uses SC's own ProperteyVetoException.


Method Summary
 void vetoableChange(PropertyChangeEvent e)
          Fired before a Bean's property changes.
 

Method Detail

vetoableChange

void vetoableChange(PropertyChangeEvent e)
                    throws ConfigPropertyVetoException
Fired before a Bean's property changes.

Parameters:
e - the change (containing the old and new values)
Throws:
ConfigPropertyVetoException - if the change is vetoed by the listener

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.