org.mobicents.media.server.impl.resource.fft
Class SpectrumEvent

java.lang.Object
  extended by org.mobicents.media.server.impl.NotifyEventImpl
      extended by org.mobicents.media.server.impl.resource.fft.SpectrumEvent
All Implemented Interfaces:
java.io.Serializable, org.mobicents.media.server.spi.events.NotifyEvent

public class SpectrumEvent
extends NotifyEventImpl
implements org.mobicents.media.server.spi.events.NotifyEvent

Author:
kulikov
See Also:
Serialized Form

Field Summary
static int SPECTRA
           
 
Fields inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
COMPLETED, RX_FAILED, START_FAILED, STARTED, STOPPED, TX_FAILED
 
Constructor Summary
SpectrumEvent(BaseComponent component, double[] spectra)
           
 
Method Summary
 double[] getSpectra()
           
 
Methods inherited from class org.mobicents.media.server.impl.NotifyEventImpl
getEventID, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
getEventID, getSource
 

Field Detail

SPECTRA

public static final int SPECTRA
See Also:
Constant Field Values
Constructor Detail

SpectrumEvent

public SpectrumEvent(BaseComponent component,
                     double[] spectra)
Method Detail

getSpectra

public double[] getSpectra()


Copyright © 2010. All Rights Reserved.