Uses of Class
pulse.util.PropertyEvent
-
Packages that use PropertyEvent Package Description pulse.util Contains abstract data and hierarchical structures that implement much of the Java Reflection API. -
-
Uses of PropertyEvent in pulse.util
Methods in pulse.util with parameters of type PropertyEvent Modifier and Type Method Description void
HierarchyListener. onChildPropertyChanged(PropertyEvent property)
This is invoked by theUpwardsNavigable
when an event resulting in a change of the child's property has occurred.void
PropertyHolderListener. onPropertyChanged(PropertyEvent event)
This event is triggered by anyPropertyHolder
, the properties of which have been changed.void
UpwardsNavigable. tellParent(PropertyEvent e)
Recursively informs the parent, the parent of its parent, etc.
-