EndOfMediaEventpublic class EndOfMediaEvent extends StopEvent An EndOfMediaEvent indicates that the Controller
has reached the end of its media and is stopping. |
Constructors Summary |
---|
public EndOfMediaEvent(Controller from, int previous, int current, int target, Time mediaTime)
super(from, previous, current, target, mediaTime);
|
|