org.mobicents.media.server.impl.resource.phone
Class ToneEventImpl

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.phone.ToneEventImpl
All Implemented Interfaces:
Event<ToneDetector>, ToneEvent

public class ToneEventImpl
extends Object
implements ToneEvent

Author:
Oifa Yulian

Constructor Summary
ToneEventImpl(ToneDetector source, int frequency)
           
 
Method Summary
 int getFrequency()
           
 ToneDetector getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToneEventImpl

public ToneEventImpl(ToneDetector source,
                     int frequency)
Method Detail

getSource

public ToneDetector getSource()
Specified by:
getSource in interface Event<ToneDetector>

getFrequency

public int getFrequency()
Specified by:
getFrequency in interface ToneEvent


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.