Package | Description |
---|---|
com.sun.media.jfxmedia.events |
Modifier and Type | Method and Description |
---|---|
void |
PlayerStateListener.onFinish(PlayerStateEvent evt)
The finish state indicates playback has completed playback to the end.
|
void |
PlayerStateListener.onHalt(PlayerStateEvent evt)
The error notification provides information on any error during playback.
|
void |
PlayerStateListener.onPause(PlayerStateEvent evt)
The pause state indicates playback has paused.
|
void |
PlayerStateListener.onPlaying(PlayerStateEvent evt)
The play state indicates the media is beginning to play.
|
void |
PlayerStateListener.onReady(PlayerStateEvent evt)
The ready state indicates the media is loaded.
|
void |
PlayerStateListener.onStall(PlayerStateEvent evt) |
void |
PlayerStateListener.onStop(PlayerStateEvent evt)
The stop state indicates playback has paused and presentation time has been reset back to 0.
|
Copyright © 2020. All rights reserved.