Package Summary  Overview Summary

class:VetoableChangeListenerProxy [NONE]

constructor:VetoableChangeListenerProxy(java.lang.String,java.beans.VetoableChangeListener) [NONE]

  • VetoableChangeListenerProxy

    public VetoableChangeListenerProxy​(String propertyName,
                                       VetoableChangeListener listener)
    Constructor which binds the VetoableChangeListener to a specific property.
    Parameters:
    propertyName - the name of the property to listen on
    listener - the listener object

method:vetoableChange(java.beans.PropertyChangeEvent) [NONE]

method:getPropertyName() [NONE]

  • getPropertyName

    public String getPropertyName()
    Returns the name of the named property associated with the listener.
    Returns:
    the name of the named property associated with the listener

© 2019 Oracle Corporation and/or its affiliates