public static class VideoDropDownReceiver.WaveRelayAlternativePlayer extends java.lang.Object implements VideoDropDownReceiver.AlternativeVideoPlayer
Constructor and Description |
---|
WaveRelayAlternativePlayer() |
Modifier and Type | Method and Description |
---|---|
boolean |
launchLongPress(ConnectionEntry ce)
The action to take when the long press is performed.
|
boolean |
launchOther(ConnectionEntry ce)
The action to take when the video connection is requested from a
marker on the map.
|
boolean |
launchSingleClick(ConnectionEntry ce)
The action to take when the single click is performed.
|
public boolean launchSingleClick(ConnectionEntry ce)
VideoDropDownReceiver.AlternativeVideoPlayer
launchSingleClick
in interface VideoDropDownReceiver.AlternativeVideoPlayer
ce
- the Connection Entry, can be nullpublic boolean launchLongPress(ConnectionEntry ce)
VideoDropDownReceiver.AlternativeVideoPlayer
launchLongPress
in interface VideoDropDownReceiver.AlternativeVideoPlayer
ce
- the Connection Entry, can be nullpublic boolean launchOther(ConnectionEntry ce)
VideoDropDownReceiver.AlternativeVideoPlayer
launchOther
in interface VideoDropDownReceiver.AlternativeVideoPlayer
ce
- the Connection Entry, can be null