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

org.asteriskjava.pbx.asterisk.wrap.events.StatusCompleteEvent Maven / Gradle / Ivy

There is a newer version: 3.39.0
Show newest version
package org.asteriskjava.pbx.asterisk.wrap.events;

public class StatusCompleteEvent extends ResponseEvent
{
    private static final long serialVersionUID = 1L;

    public StatusCompleteEvent(final org.asteriskjava.manager.event.StatusCompleteEvent event)
    {
        super(event);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy