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

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

The newest version!
package org.asteriskjava.pbx.asterisk.wrap.events;

import org.asteriskjava.pbx.InvalidChannelName;

public class LinkEvent extends BridgeEvent {
    private static final long serialVersionUID = 1L;

    @SuppressWarnings("deprecation")
    public LinkEvent(final org.asteriskjava.manager.event.LinkEvent event) throws InvalidChannelName {
        super(event);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy