Package com.google.gwt.search.client.impl

Examples of com.google.gwt.search.client.impl.KeepCallback


          }
        });

    // If no keep label is explicitly set, don't bother wiring up the callback.
    if (options.keepLabel != null) {
      KeepCallback keepCallback = new KeepCallback() {
        @Override
        public void onKeep(Result result) {
          keepHandlers.fireKeep(SearchControl.this, result);
        }
      };
View Full Code Here

TOP

Related Classes of com.google.gwt.search.client.impl.KeepCallback

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.