com.genesyslab.omsdk.mil.applicationblocks.haserver
Class MediaEvent

java.lang.Object
  extended bycom.genesyslab.omsdk.mil.applicationblocks.haserver.MediaEvent
All Implemented Interfaces:
java.io.Serializable

public class MediaEvent
extends java.lang.Object
implements java.io.Serializable

Sample class for presentation of user media event. Options of this sample are the following:

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
           
 long getServerID()
           
 long getTimestamp()
           
 long getUserID()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTimestamp

public long getTimestamp()

getServerID

public long getServerID()

getUserID

public long getUserID()

getUserName

public java.lang.String getUserName()

getMessage

public java.lang.String getMessage()