Search Results for

    Show / Hide Table of Contents

    Interface ActionTypeCollection.IActionTypeListener

    • C#
    • Visual Basic
    public interface IActionTypeListener
    Public Interface IActionTypeListener
    Namespace: HomeSeer.PluginSdk.Events
    Assembly: PluginSdk.dll


    The base implementation of an action type interface that facilitates communication between AbstractActionTypes and the AbstractPlugin that owns them.

    Extend this interface and have your AbstractPlugin implementation inherit it to make it accessible through the ActionListener field.


    • View Source
    In This Article
    Back to top HomeSeer Technologies