Package ipsk.audio.arr.clip.events
Class SelectionChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- ipsk.audio.arr.clip.events.AudioClipChangedEvent
-
- ipsk.audio.arr.clip.events.SelectionsChangedEvent
-
- ipsk.audio.arr.clip.events.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
-
-
Constructor Summary
Constructors Constructor Description SelectionChangedEvent(java.lang.Object source, Selection selection)
Create event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selection
getSelection()
Get the changed selection.
-
-
-
Constructor Detail
-
SelectionChangedEvent
public SelectionChangedEvent(java.lang.Object source, Selection selection)
Create event.- Parameters:
source
- the source of the eventselection
- the changed selection
-
-
Method Detail
-
getSelection
public Selection getSelection()
Get the changed selection.- Returns:
- selection
-
-