RTPEvent constructor takes in the SessionManager which has generated this event as a argument to its constructorparamfrom The SessionManager generating this event super(from); eventSrc = from;
super(from); eventSrc = from;
The SessionManager which is the source of this RTPEvent return eventSrc;
return eventSrc;
The source of this RTPEvent return eventSrc;
The String representation of this event return getClass().getName() + "[source = " + eventSrc+ "]";
return getClass().getName() + "[source = " + eventSrc+ "]";