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

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

There is a newer version: 3.40.1
Show newest version
package org.asteriskjava.manager.event;

/**
 * Created by plhk on 1/15/15.
 */
public class AsyncAgiEndEvent extends AsyncAgiEvent
{
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public AsyncAgiEndEvent(Object source)
	{
		super(source);
		setSubEvent(SUB_EVENT_END);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy