Search Results for

    Show / Hide Table of Contents

    Interface TriggerTypeCollection.ITriggerTypeListener

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


    The base implementation of a trigger type interface that facilitates communication between AbstractTriggerTypes and the AbstractPlugin that owns them.

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


    • View Source
    In This Article
    Back to top HomeSeer Technologies