Package pulse.util
Interface PropertyHolderListener
-
- All Superinterfaces:
Serializable
public interface PropertyHolderListener extends Serializable
A listener used byPropertyHolders to track changes with the associatedProperties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPropertyChanged(PropertyEvent event)This event is triggered by anyPropertyHolder, the properties of which have been changed.
-
-
-
Method Detail
-
onPropertyChanged
void onPropertyChanged(PropertyEvent event)
This event is triggered by anyPropertyHolder, the properties of which have been changed.- Parameters:
event- the event associated with actions taken on aProperty.
-
-