Package com.google.livingstories.client.lsp.event

Examples of com.google.livingstories.client.lsp.event.ThemeSelectedEvent


    selectedThemeId = themeId;
    if (isVisible()) {
      Integer themeRow = themeIdToThemeRowMap.get(themeId);
      contentPanel.selectItem(themeRow);
    }
    EventBus.INSTANCE.fireEvent(new ThemeSelectedEvent(themeId));
  }
View Full Code Here

TOP

Related Classes of com.google.livingstories.client.lsp.event.ThemeSelectedEvent

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.