Package pulse.util
Interface HierarchyListener
-
- All Superinterfaces:
Serializable
public interface HierarchyListener extends Serializable
An hierarchy listener, which listens to any changes happening with the children of anUpwardsNavigable
.- See Also:
UpwardsNavigable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onChildPropertyChanged(PropertyEvent property)
This is invoked by theUpwardsNavigable
when an event resulting in a change of the child's property has occurred.
-
-
-
Method Detail
-
onChildPropertyChanged
void onChildPropertyChanged(PropertyEvent property)
This is invoked by theUpwardsNavigable
when an event resulting in a change of the child's property has occurred.- Parameters:
property
- the event data.
-
-