Package ipsk.audio.capture.event
Class CaptureErrorEvent
- java.lang.Object
-
- java.util.EventObject
-
- ipsk.audio.capture.event.CaptureEvent
-
- ipsk.audio.capture.event.CaptureErrorEvent
-
- All Implemented Interfaces:
AudioController2.AudioControllerEvent
,java.io.Serializable
public class CaptureErrorEvent extends CaptureEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaptureErrorEvent(java.lang.Object src)
CaptureErrorEvent(java.lang.Object src, java.lang.Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getCause()
void
setCause(java.lang.Exception cause)
-