Uses of Interface
org.red5.server.adapter.IApplication

Packages that use IApplication
org.red5.server.adapter   
 

Uses of IApplication in org.red5.server.adapter
 

Classes in org.red5.server.adapter that implement IApplication
 class ApplicationLifecycle
           
 

Methods in org.red5.server.adapter that return types with arguments of type IApplication
 Set<IApplication> MultiThreadedApplicationAdapter.getListeners()
          Return handlers that get notified about application events.
 

Methods in org.red5.server.adapter with parameters of type IApplication
 void MultiThreadedApplicationAdapter.addListener(IApplication listener)
          Register listener that will get notified about application events.
 void MultiThreadedApplicationAdapter.removeListener(IApplication listener)
          Unregister handler that will not get notified about application events any longer.
 



Copyright © 2006-2012 The Red5 Project