|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the type of key in the triggered eventsV
- the type of value in the triggered eventspublic interface PropertyListener<K,V>
Interface used to trigger property change events
Method Summary | |
---|---|
void |
propertyChanged(PropertyChangeEvent<? extends K,? extends V> event)
called when a property is changed |
Method Detail |
---|
void propertyChanged(PropertyChangeEvent<? extends K,? extends V> event)
event
- the event that was generated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |