Class SelectionChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SelectionChangedEvent
    extends SelectionsChangedEvent
    Event indicates a changed selection of the audio clip.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Selection getSelection()
      Get the changed selection.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SelectionChangedEvent

        public SelectionChangedEvent​(java.lang.Object source,
                                     Selection selection)
        Create event.
        Parameters:
        source - the source of the event
        selection - the changed selection
    • Method Detail

      • getSelection

        public Selection getSelection()
        Get the changed selection.
        Returns:
        selection