Constructs an instance with a message and the change event. parammessage A description of the veto.paramevent The event that was vetoed. super(message); this.evt = event;
Constructs an instance with a message and the change event.
super(message); this.evt = event;
Gets the property change event. returnAn instance of {@link PropertyChangeEvent} return evt;
Gets the property change event.
return evt;