Package ipsk.audio.capture.event
Class CaptureStopEvent
- java.lang.Object
-
- java.util.EventObject
-
- ipsk.audio.capture.event.CaptureEvent
-
- ipsk.audio.capture.event.CaptureStopEvent
-
- All Implemented Interfaces:
AudioController2.AudioControllerEvent
,java.io.Serializable
- Direct Known Subclasses:
CaptureRecordedEvent
,CaptureStoppedEvent
public class CaptureStopEvent extends CaptureEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaptureStopEvent(java.lang.Object src)
CaptureStopEvent(java.lang.Object src, long position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPosition()
void
setPosition(long position)
-