Package org.waveprotocol.box.webclient.client.events

Examples of org.waveprotocol.box.webclient.client.events.WaveSelectionEventHandler


  private void setupWavePanel() {
    // Hide the frame until waves start getting opened.
    UIObject.setVisible(waveFrame.getElement(), false);

    // Handles opening waves.
    ClientEvents.get().addWaveSelectionEventHandler(new WaveSelectionEventHandler() {
      @Override
      public void onSelection(WaveRef waveRef) {
        openWave(waveRef, false);
      }
    });
View Full Code Here

TOP

Related Classes of org.waveprotocol.box.webclient.client.events.WaveSelectionEventHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.