public interface PropertyChangeListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(PropertyChangeEvent evt)
当改变绑定属性时,这种方法会被调用。
|
void propertyChange(PropertyChangeEvent evt)
evt
- PropertyChangeEvent对象描述事件源和性质已经改变。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.