Uses of Class
org.red5.server.api.event.IEvent.Type

Packages that use IEvent.Type
org.red5.server.api.event   
org.red5.server.net.rtmp.event   
org.red5.server.so   
 

Uses of IEvent.Type in org.red5.server.api.event
 

Methods in org.red5.server.api.event that return IEvent.Type
 IEvent.Type IEvent.getType()
          Returns even type
static IEvent.Type IEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IEvent.Type[] IEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IEvent.Type in org.red5.server.net.rtmp.event
 

Methods in org.red5.server.net.rtmp.event that return IEvent.Type
 IEvent.Type BaseEvent.getType()
          Returns even type
 

Methods in org.red5.server.net.rtmp.event with parameters of type IEvent.Type
 void BaseEvent.setType(IEvent.Type type)
           
 

Constructors in org.red5.server.net.rtmp.event with parameters of type IEvent.Type
BaseEvent(IEvent.Type type)
          Create new event of given type
BaseEvent(IEvent.Type type, IEventListener source)
          Create new event of given type
 

Uses of IEvent.Type in org.red5.server.so
 

Methods in org.red5.server.so that return IEvent.Type
 IEvent.Type SharedObjectMessage.getType()
          Returns even type
 



Copyright © 2006-2012 The Red5 Project