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

com.genesys.workspace.events.DnStateChanged Maven / Gradle / Ivy

There is a newer version: 9.0.73
Show newest version
package com.genesys.workspace.events;

import com.genesys.workspace.models.Dn;

public class DnStateChanged {
    private Dn dn;
    public DnStateChanged(Dn dn) {
        this.dn = dn;
    }

    public Dn getDn() {
        return this.dn;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy