Interface IRed5PluginHandler


public interface IRed5PluginHandler
Base interface for handlers originating from plug-ins.
Author:
Paul Gregoire
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialize the plug-in handler.
    void
    Set the application making use of this plug-in handler.
    void
    Set properties to be used by this handler.
  • Method Details

    • init

      void init()
      Initialize the plug-in handler.
    • setApplication

      void setApplication(IScopeHandler application)
      Set the application making use of this plug-in handler.
      Parameters:
      application - application adapter
    • setProperties

      void setProperties(Map<String,Object> props)
      Set properties to be used by this handler.
      Parameters:
      props - plugin properties map