DurationUpdateEvent
Controller
super(from); duration = newDuration;
Get the duration of the media that this Controller is using.returnThe duration of this Controller's media. return duration;
Controller's
return duration;
Returns the String representation of this event's values. return getClass().getName() + "[source=" + eventSrc + ",duration=" + duration;
return getClass().getName() + "[source=" + eventSrc + ",duration=" + duration;