Package org.rssowl.core.persist.event

Examples of org.rssowl.core.persist.event.SearchListener


  /*
   * @see org.rssowl.core.internal.persist.dao.CachingDAO#createEntityListener()
   */
  @Override
  protected SearchListener createEntityListener() {
    return new SearchListener() {

      public void entitiesAdded(Set<SearchEvent> events) {
        for (SearchEvent event : events)
          getCache().put(event.getEntity().getId(), event.getEntity());
      }
View Full Code Here

TOP

Related Classes of org.rssowl.core.persist.event.SearchListener

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.