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

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

package org.asteriskjava.manager.event;

/**
 * Created by plhk on 1/15/15.
 */
public class AsyncAgiExecEvent extends AsyncAgiEvent {

    private static final long serialVersionUID = 403677345160250719L;

    public AsyncAgiExecEvent(Object source) {
        super(source);
        setSubEvent(SUB_EVENT_EXEC);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy