Package org.onebusaway.webapp.gwt.oba_application.control.state

Examples of org.onebusaway.webapp.gwt.oba_application.control.state.SearchCompleteState


      return false;
    }

    if (!_complete && _searchCount == total) {
      _complete = true;
      _events.fireModelChange(new StateEvent(new SearchCompleteState()));
    }

    return true;
  }
View Full Code Here

TOP

Related Classes of org.onebusaway.webapp.gwt.oba_application.control.state.SearchCompleteState

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.