Package org.red5.server.net.rtmp.event
Class StreamActionEvent
java.lang.Object
org.red5.server.net.rtmp.event.StreamActionEvent
- All Implemented Interfaces:
IEvent
Represents a stream action occurring on a connection or stream. This event is used to notify an IEventHandler; it is not meant to be sent over the wire to clients.
- Author:
- Paul Gregoire (mondain@gmail.com)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.red5.server.api.event.IEvent
IEvent.Type
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
action
-
-
Constructor Details
-
StreamActionEvent
-
-
Method Details
-
getType
Description copied from interface:IEvent
Returns even type -
getObject
Description copied from interface:IEvent
Returns event context object -
hasSource
public boolean hasSource()Description copied from interface:IEvent
Whether event has source (event listener(s)) -
getSource
Description copied from interface:IEvent
Returns event listener -
toString
-