com.metamatrix.toolbox.property
Interface VetoedChangeListener

All Superinterfaces:
java.util.EventListener

public interface VetoedChangeListener
extends java.util.EventListener

Implementations of this interface will receive notifications whenever a change is vetoed by objects with which the listeners are registered.

Since:
2.0
Version:
2.0
Author:
John P. A. Verhaeg

Method Summary
 void changeVetoed(VetoedChangeEvent event)
          Called whenever a change is vetoed by an object with which this listener is registered.
 

Method Detail

changeVetoed

void changeVetoed(VetoedChangeEvent event)
Called whenever a change is vetoed by an object with which this listener is registered.

Parameters:
event - The VetoedChangeEvent fired by the object that vetoed the change
Since:
2.0


Copyright © 2009. All Rights Reserved.