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

org.asteriskjava.manager.action.DongleShowDevicesAction Maven / Gradle / Ivy

There is a newer version: 3.40.1
Show newest version

package org.asteriskjava.manager.action;

import org.asteriskjava.manager.event.DongleShowDevicesCompleteEvent;
import org.asteriskjava.manager.event.ResponseEvent;


public class DongleShowDevicesAction extends AbstractManagerAction
        implements
            EventGeneratingAction
{
    /**
     * Serializable version identifier
     */
    private static final long serialVersionUID = 8697000330085466825L;

    /**
     * Creates a new DahdiShowChannelsAction.
     */
    public DongleShowDevicesAction()
    {

    }

    /**
     * Returns the name of this action, i.e. "DahdiShowChannels".
     */
    @Override
   public String getAction()
    {
        return "DongleShowDevices";
    }

    public Class getActionCompleteEventClass()
    {
        return DongleShowDevicesCompleteEvent.class;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy