javax.media.rtp.event
Class ApplicationEvent
java.lang.Object
java.util.EventObject
javax.media.MediaEvent
javax.media.rtp.event.RTPEvent
javax.media.rtp.event.ReceiveStreamEvent
javax.media.rtp.event.ApplicationEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ApplicationEvent
- extends ReceiveStreamEvent
Standard JMF class -- see this class in the JMF Javadoc.
Complete.
- Author:
- Ken Larson
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ApplicationEvent
public ApplicationEvent(SessionManager from,
Participant participant,
ReceiveStream recvStream,
int appSubtype,
java.lang.String appString,
byte[] appData)
getAppSubType
public int getAppSubType()
getAppString
public java.lang.String getAppString()
getAppData
public byte[] getAppData()