org.mobicents.media.server.spi.dtmf
Class DtmfGeneratorEvent

java.lang.Object
  extended by org.mobicents.media.server.spi.dtmf.DtmfGeneratorEvent
All Implemented Interfaces:
Event<DtmfGenerator>

public class DtmfGeneratorEvent
extends Object
implements Event<DtmfGenerator>

Author:
quintana.thomas@gmail.com (Thomas Quintana), Yulian Oifa

Field Summary
static int COMPLETED
           
 
Constructor Summary
DtmfGeneratorEvent(DtmfGenerator generator, int id)
           
 
Method Summary
 int getId()
           
 DtmfGenerator getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPLETED

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

DtmfGeneratorEvent

public DtmfGeneratorEvent(DtmfGenerator generator,
                          int id)
Method Detail

getId

public int getId()

getSource

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


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