All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.asteriskjava.manager.event.DtmfBeginEvent Maven / Gradle / Ivy

package org.asteriskjava.manager.event;

/**
 * Created by
 * 
 * @author Alexander Polakov
 */
public class DtmfBeginEvent extends DtmfEvent {

    private static final long serialVersionUID = -9160814000222433945L;

    public DtmfBeginEvent(Object source) {
        super(source);
        setBegin(true);
        setEnd(false);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy