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

Examples of org.onebusaway.webapp.gwt.oba_application.control.StateEvent


    return _activeEntries;
  }

  public void setSelectedResult(TimedLocalSearchResult result) {
    _selectedResult = result;
    _events.fireModelChange(new StateEvent(new SelectedPlaceChangedState(_selectedResult)));
  }
View Full Code Here


      active.add(entries.get(indexFrom + i));

    if (!_activeEntries.equals(active)) {
      _activeEntries = active;

      _events.fireModelChange(new StateEvent(new PlacesChangedState(this)));
    }
  }
View Full Code Here

TOP

Related Classes of org.onebusaway.webapp.gwt.oba_application.control.StateEvent

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.