Interface VolumeChangeListener


  • public interface VolumeChangeListener
    Represents a listener (to be) notified about changes in the volume level/value maintained by a VolumeControl.
    Author:
    Damian Minkov
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void volumeChange​(VolumeChangeEvent volumeChangeEvent)
      Notifies this instance that the volume level/value maintained by a source VolumeControl (to which this instance has previously been added) has changed.
    • Method Detail

      • volumeChange

        void volumeChange​(VolumeChangeEvent volumeChangeEvent)
        Notifies this instance that the volume level/value maintained by a source VolumeControl (to which this instance has previously been added) has changed.
        Parameters:
        volumeChangeEvent - a VolumeChangeEvent which details the source VolumeControl which has fired the notification and the volume level/value