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

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

package org.asteriskjava.manager.event;

public class DongleNewCMGREvent extends ManagerEvent {

    private static final long serialVersionUID = 7214918289188135242L;
    private String device;

    public DongleNewCMGREvent(Object source) {
        super(source);
    }

    public String getDevice() {
        return this.device;
    }

    public void setDevice(String device) {
        this.device = device;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy