Package com.google.walkaround.wave.client.rpc

Examples of com.google.walkaround.wave.client.rpc.AttachmentInfoService


            doodads = super.installDoodads(doodads);
            doodads.use(new ConversationInstaller() {
              @Override
              public void install(Wavelet w, Conversation c, Registries r) {
                WalkaroundAttachmentManager mgr = new WalkaroundAttachmentManager(
                    new AttachmentInfoService(rpc), logger);
                ImageThumbnail.register(r.getElementHandlerRegistry(), mgr,
                    new DownloadThumbnailAction());
              }
            });
            return doodads;
View Full Code Here

TOP

Related Classes of com.google.walkaround.wave.client.rpc.AttachmentInfoService

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.