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

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


      long time = ConstraintsParameterMapping.getParamsAsTime(context);
      if (time == 0)
        time = System.currentTimeMillis();

      _queryModel.setQuery(query, locationQuery, location, time, constraints);
      _stateEvents.fireModelChange(new StateEvent(new SearchStartedState()));
    }
  }
View Full Code Here

TOP

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

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.