Package ipsk.audio.io.push
Class GrowEvent
- java.lang.Object
-
- ipsk.audio.io.push.GrowEvent
-
public class GrowEvent extends java.lang.Object
- Author:
- klausj
-
-
Constructor Summary
Constructors Constructor Description GrowEvent(boolean finished, long frameLength, GrowingAudioSource source)
GrowEvent(long frameLength, GrowingAudioSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFrameLength()
GrowingAudioSource
getSource()
boolean
isFinished()
-
-
-
Constructor Detail
-
GrowEvent
public GrowEvent(long frameLength, GrowingAudioSource source)
-
GrowEvent
public GrowEvent(boolean finished, long frameLength, GrowingAudioSource source)
-
-
Method Detail
-
isFinished
public boolean isFinished()
-
getFrameLength
public long getFrameLength()
-
getSource
public GrowingAudioSource getSource()
-
-