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

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

The newest version!
package org.asteriskjava.manager.event;

/**
 * Created by Alexander Polakov  on 1/26/15.
 */
public class DtmfBeginEvent extends DtmfEvent {
    /**
     *
     */
    private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy