private class MediaView.MediaErrorInvalidationListener extends java.lang.Object implements InvalidationListener
MediaPlayer error into a
Bean event.| Modifier | Constructor and Description |
|---|---|
private |
MediaErrorInvalidationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidated(Observable value)
This method needs to be provided by an implementation of
InvalidationListener. |
public void invalidated(Observable value)
InvalidationListenerInvalidationListener. It is called if an Observable
becomes invalid.
In general is is considered bad practice to modify the observed value in this method.
invalidated in interface InvalidationListenervalue - The Observable that became invalid