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

org.asteriskjava.pbx.Trunk Maven / Gradle / Ivy

The newest version!
package org.asteriskjava.pbx;

/**
 * Provides an abstraction of a trunk * @author bsutton
 */
public interface Trunk {
    String getTrunkAsString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy