Interface IScopeAware

All Known Implementing Classes:
AdminApplication, AntMediaApplicationAdapter, ApplicationAdapter, MultiThreadedApplicationAdapter, StatefulScopeWrappingAdapter

public interface IScopeAware
Maker interface for all objects that are aware of the scope they are located in.
Author:
The Red5 Project, Luke Hubbard (luke@codegent.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the scope the object is located in.
  • Method Details

    • setScope

      void setScope(IScope scope)
      Set the scope the object is located in.
      Parameters:
      scope - Scope for this object