Example usage for com.google.gwt.tok.client Stream getStreamId

List of usage examples for com.google.gwt.tok.client Stream getStreamId

Introduction

In this page you can find the example usage for com.google.gwt.tok.client Stream getStreamId.

Prototype

public native String getStreamId() ;

Source Link

Usage

From source file:com.google.gwt.tok.test.client.widget.SubscribersPanel.java

private String getPanelId(Stream stream) {
    return "stream" + stream.getStreamId();
}