public interface TestPropertyListener
Modifier and Type | Method and Description |
---|---|
void |
propertyAdded(String name) |
void |
propertyMoved(String name,
int oldIndex,
int newIndex) |
void |
propertyRemoved(String name) |
void |
propertyRenamed(String oldName,
String newName) |
void |
propertyValueChanged(String name,
String oldValue,
String newValue) |
Copyright © 2019. All Rights Reserved.