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

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

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

public class ReloadEvent extends ManagerEvent {

    private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy