Package pulse.util

Interface PropertyHolderListener

  • All Superinterfaces:
    Serializable

    public interface PropertyHolderListener
    extends Serializable
    A listener used by PropertyHolders to track changes with the associated Properties.
    • Method Detail

      • onPropertyChanged

        void onPropertyChanged​(PropertyEvent event)
        This event is triggered by any PropertyHolder, the properties of which have been changed.
        Parameters:
        event - the event associated with actions taken on a Property.