Package ipsk.audio.arr.clip.events
Class FramePositionChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- ipsk.audio.arr.clip.events.AudioClipChangedEvent
-
- ipsk.audio.arr.clip.events.FramePositionChangedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class FramePositionChangedEvent extends AudioClipChangedEvent
- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected long
position
-
Constructor Summary
Constructors Constructor Description FramePositionChangedEvent(java.lang.Object source, long position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPosition()
-