com.vaadin.terminal.gwt.client.ui
Interface MediaBaseConnector.MediaControl

All Superinterfaces:
ClientRpc, Serializable
Enclosing class:
MediaBaseConnector

public static interface MediaBaseConnector.MediaControl
extends ClientRpc

Server to client RPC interface for controlling playback of the media.

Since:
7.0

Method Summary
 void pause()
          Pause playback of the media.
 void play()
          Start playing the media.
 

Method Detail

play

void play()
Start playing the media.


pause

void pause()
Pause playback of the media.



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.