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 voidHierarchyListener. onChildPropertyChanged(PropertyEvent property)This is invoked by theUpwardsNavigablewhen an event resulting in a change of the child's property has occurred.voidPropertyHolderListener. onPropertyChanged(PropertyEvent event)This event is triggered by anyPropertyHolder, the properties of which have been changed.voidUpwardsNavigable. tellParent(PropertyEvent e)Recursively informs the parent, the parent of its parent, etc.
-